Remove publishConfig from package.json

Apparently, it's only needed for the initial publish.
This commit is contained in:
Sindre Sorhus 2018-01-29 21:55:09 +07:00 committed by GitHub
parent 828a5b3088
commit 40fc2fd790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,6 @@
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"engines": {
"node": ">=4"