leadfication-notify 0.0.232 → 0.0.233
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": "leadfication-notify",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.233",
|
|
4
4
|
"description": "Notification library for Leadfication",
|
|
5
5
|
"main": "dist/app.min.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"prepublishOnly": "npm run build",
|
|
15
15
|
"copy-files": "cp -R src/styles lib",
|
|
16
16
|
"build_run": "npm run build && npx serve -l 8000",
|
|
17
|
-
"publish_patch": "npm run build && npm publish --patch",
|
|
17
|
+
"publish_patch": "npm run build && npm publish --patch --registry=https://registry.npmjs.org/",
|
|
18
18
|
"deploy": "bash scripts/deploy.sh",
|
|
19
|
-
"deploy:prod": "npm version patch --no-git-tag-version && npm run deploy && npm publish --patch"
|
|
19
|
+
"deploy:prod": "npm version patch --no-git-tag-version && npm run deploy && npm publish --patch --registry=https://registry.npmjs.org/"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"clean-css": "^5.3.3",
|