layerpro 0.0.47 → 0.0.48
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/index.js +1 -1
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "layerpro",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.48",
|
|
4
4
|
"description": "Manage your popups and customize them",
|
|
5
5
|
"deprecated": false,
|
|
6
6
|
"appCode": "layerpro",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
"git": "git add . && git commit -m \"(fix|patch)\" && git pull && git push --all",
|
|
30
30
|
"git-tags": "git push --tags",
|
|
31
31
|
"backup": "backup.bat",
|
|
32
|
-
"goLive": "npm version patch --force && webpack --progress --color --mode production --config webpack.config.js && cd dist && npm publish"
|
|
33
|
-
"publish": "cd public && npm version patch --force && cd .. && npm version patch --force && webpack --progress --color --mode production --config webpack.config.js && npm run git && cd dist && npm publish"
|
|
32
|
+
"goLive": "npm version patch --force && webpack --progress --color --mode production --config webpack.config.js && cd dist && npm publish"
|
|
34
33
|
},
|
|
35
34
|
"eslintConfig": {
|
|
36
35
|
"globals": {
|