2 Commits

Author SHA1 Message Date
30249ad254 2.0.1 2018-08-02 15:35:55 +02:00
07be849d2f fix(package): npm access level 2018-08-02 15:35:55 +02:00
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartspawn", "name": "@pushrocks/smartspawn",
"version": "2.0.0", "version": "2.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,7 @@
{ {
"name": "@pushrocks/smartspawn", "name": "@pushrocks/smartspawn",
"version": "2.0.0", "version": "2.0.1",
"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
} }