mp-front-cli 2.0.0-canary.3 → 2.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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mp-front-cli",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"package": "npm pack",
|
|
9
9
|
"lint": "eslint",
|
|
10
10
|
"snyk": "snyk test",
|
|
11
|
-
"canary": "npm publish --tag canary",
|
|
11
|
+
"publish-canary": "npm publish --tag canary",
|
|
12
12
|
"prepare": "husky"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
@@ -92,4 +92,4 @@
|
|
|
92
92
|
"vite-plugin-dts": "4.5.0",
|
|
93
93
|
"vite-tsconfig-paths": "5.1.4"
|
|
94
94
|
}
|
|
95
|
-
}
|
|
95
|
+
}
|