We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40fd3e commit 7e44c32Copy full SHA for 7e44c32
2 files changed
package.json
@@ -1,16 +1,15 @@
1
{
2
- "name": "pushwoosh-node",
+ "name": "@vizeat/pushwoosh-node",
3
"version": "1.0.1",
4
"description": "Send push notification with the Pushwoosh API",
5
"main": "lib/index.js",
6
"scripts": {
7
"start": "node lib/index.js",
8
"test": "echo \"Error: no test specified\" && exit 1",
9
- "pub": "yarn publish --registry https://registry.eatwith.io && git push --follow-tags"
+ "pub": "yarn publish && git push --follow-tags"
10
},
11
- "publishConfig": {
12
- "registry": "https://registry.eatwith.io",
13
- "access": "restricted"
+ "publishConfig": {
+ "registry":"https://npm.pkg.github.com"
14
15
"keywords": [
16
"push",
0 commit comments