We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e44c32 commit 450b983Copy full SHA for 450b983
1 file changed
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "@vizeat/pushwoosh-node",
3
- "version": "1.0.1",
+ "version": "1.0.2",
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 && git push --follow-tags"
10
},
11
- "publishConfig": {
12
- "registry":"https://npm.pkg.github.com"
+ "publishConfig": {
+ "registry": "https://npm.pkg.github.com"
13
14
"keywords": [
15
"push",
0 commit comments