Skip to content

Commit b14ced3

Browse files
authored
Update node-apn version and improve publish script (#141)
1 parent 1c5ae66 commit b14ced3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
],
99
"scripts": {
1010
"build": "./node_modules/.bin/babel src/ -d lib/",
11-
"pretest": "npm run build",
12-
"test": "TESTING=1 nyc ./node_modules/.bin/jasmine"
11+
"test": "TESTING=1 nyc ./node_modules/.bin/jasmine",
12+
"prepublish": "npm run build"
1313
},
1414
"keywords": [
1515
"parse-server",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@parse/node-gcm": "^1.0.0",
37-
"apn": "parse-community/node-apn#semver:^3.0.1-parse",
37+
"apn": "parse-community/node-apn#semver:^v3.0.2-parse",
3838
"npmlog": "^4.0.2",
3939
"parse": "^1.11.1"
4040
},

0 commit comments

Comments
 (0)