Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albanv committed Apr 20, 2021
1 parent 7e44c32 commit 450b983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@vizeat/pushwoosh-node",
"version": "1.0.1",
"version": "1.0.2",
"description": "Send push notification with the Pushwoosh API",
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "yarn publish && git push --follow-tags"
},
"publishConfig": {
"registry":"https://npm.pkg.github.com"
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"keywords": [
"push",
Expand Down

0 comments on commit 450b983

Please sign in to comment.