fix(package): npm access level

This commit is contained in:
Philipp Kunz 2018-08-02 15:35:55 +02:00
parent d31f85c6cb
commit 07be849d2f

View File

@ -1,6 +1,7 @@
{ {
"name": "@pushrocks/smartspawn", "name": "@pushrocks/smartspawn",
"version": "2.0.0", "version": "2.0.0",
"private": false,
"description": "smart subprocess handling", "description": "smart subprocess handling",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -27,6 +28,5 @@
"@gitzone/tsrun": "^1.1.9", "@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1", "@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.5" "@types/node": "^10.5.5"
}, }
"private": true
} }