Skip to content

Commit 450b983

Browse files
committed
v1.0.2
1 parent 7e44c32 commit 450b983

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@vizeat/pushwoosh-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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",
99
"pub": "yarn publish && git push --follow-tags"
1010
},
11-
"publishConfig": {
12-
"registry":"https://npm.pkg.github.com"
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com"
1313
},
1414
"keywords": [
1515
"push",

0 commit comments

Comments
 (0)