Unify formatting on canonical syntax

This commit is contained in:
2026-08-13 19:31:21 +09:00
parent d9cf24d0eb
commit 515adc2533
25 changed files with 951 additions and 792 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@hare/decodal-codemirror",
"version": "0.1.5",
"license": "MIT",
"version": "0.1.6",
"license": "MIT OR Apache-2.0",
"exports": {
".": "./src/mod.ts",
"./format": "./src/format.ts"
@@ -15,6 +15,8 @@
"publish": {
"include": [
"README.md",
"LICENSE-MIT",
"LICENSE-APACHE",
"src/mod.ts",
"src/format.ts",
"src/decodal.js",