Skip to content

Commit 7e44c32

Browse files
committed
chore(package): move to github packages
1 parent f40fd3e commit 7e44c32

2 files changed

Lines changed: 71 additions & 72 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2-
"name": "pushwoosh-node",
2+
"name": "@vizeat/pushwoosh-node",
33
"version": "1.0.1",
44
"description": "Send push notification with the Pushwoosh API",
55
"main": "lib/index.js",
66
"scripts": {
77
"start": "node lib/index.js",
88
"test": "echo \"Error: no test specified\" && exit 1",
9-
"pub": "yarn publish --registry https://registry.eatwith.io && git push --follow-tags"
9+
"pub": "yarn publish && git push --follow-tags"
1010
},
11-
"publishConfig": {
12-
"registry": "https://registry.eatwith.io",
13-
"access": "restricted"
11+
"publishConfig": {
12+
"registry":"https://npm.pkg.github.com"
1413
},
1514
"keywords": [
1615
"push",

0 commit comments

Comments
 (0)