adminforth 1.3.54-next.30 → 1.3.54-next.31
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adminforth",
|
|
3
|
-
"version": "1.3.54-next.
|
|
3
|
+
"version": "1.3.54-next.31",
|
|
4
4
|
"description": "OpenSource Vue3 powered forth-generation admin panel",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"build": "tsc",
|
|
13
|
-
"
|
|
13
|
+
"prepareDist": "cp -rL spa dist/",
|
|
14
14
|
"put-git-tag": "git tag v$(node -p \"require('./package.json').version\") && git push --tags",
|
|
15
15
|
"rollout": "tsc && npm version patch && npm publish && npm run rollout-doc && npm run put-git-tag",
|
|
16
16
|
"rollout-next": "tsc && npm version prerelease --preid=next && npm publish --tag next && npm run put-git-tag",
|