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