Skip to content

Commit d5dd5c6

Browse files
committed
Set npm package as public
1 parent c65e37b commit d5dd5c6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Changelog
2+
3.0.6
3+
* Set npm access to public in package.json to override default of private for scoped packages
4+
25
3.0.5
36
* Change Travis to use node 10 instead of node 9
47
* Attempt changes to travis to get it to publish to npm

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@parse/node-apn",
33
"description": "An interface to the Apple Push Notification service for Node.js",
4-
"version": "3.0.5",
4+
"version": "3.0.6",
55
"author": "Andrew Naylor <[email protected]>",
66
"keywords": [
77
"apple",
@@ -30,6 +30,9 @@
3030
"sinon": "^1.12.2",
3131
"sinon-chai": "^2.14.0"
3232
},
33+
"publishConfig": {
34+
"access": "public"
35+
},
3336
"scripts": {
3437
"test": "node_modules/.bin/mocha"
3538
},

0 commit comments

Comments
 (0)