@nasti-toolchain/nasti 1.1.0 → 1.2.1
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 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nasti-toolchain/nasti",
|
|
3
|
-
"version": "1.1
|
|
4
|
-
"publishConfig":{
|
|
3
|
+
"version": "1.2.1",
|
|
4
|
+
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"description": "娜斯提-基于Rolldown的统一Web打包工具(没错,明日方舟干员命名)",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"module": "./dist/index.js",
|
|
36
36
|
"types": "./dist/index.d.ts",
|
|
37
37
|
"bin": {
|
|
38
|
-
"nasti
|
|
38
|
+
"nasti": "bin/nasti.js"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"dist",
|