@onjmin/dtm 0.1.102 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "onjmin",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"name": "@onjmin/dtm",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "1.0.0",
|
|
6
6
|
"description": "MMLを中間言語に用いた、モバイルファーストなDAW / ピアノロール打ち込みコンポーネント",
|
|
7
7
|
"homepage": "https://onjmin.github.io/dtm",
|
|
8
8
|
"repository": {
|
|
@@ -63,6 +63,8 @@
|
|
|
63
63
|
"build": "rimraf dist && tsup && biome format src --write",
|
|
64
64
|
"check": "biome check src --write",
|
|
65
65
|
"patch": "pnpm version patch",
|
|
66
|
+
"minor": "pnpm version minor",
|
|
67
|
+
"major": "pnpm version major",
|
|
66
68
|
"publish-dangerous-dont-use-this-command": "pnpm publish --access public"
|
|
67
69
|
}
|
|
68
70
|
}
|