Add publishConfig to package.json

This commit is contained in:
Nicolò Ribaudo 2018-12-18 21:04:36 +01:00
parent ef29bf53ff
commit 76ece4576e

View File

@ -26,5 +26,8 @@
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
},
"license": "MIT"
}