fix(access): fix accesslevels for npm

This commit is contained in:
Philipp Kunz 2018-07-06 14:26:00 +02:00
parent 9acff87870
commit 4edbd04c77
2 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,7 @@
"npmci": { "npmci": {
"npmGlobalTools": [ "npmGlobalTools": [
"npmts" "npmts"
] ],
"npmAccessLevel": "public"
} }
} }

View File

@ -1,5 +1,6 @@
{ {
"name": "@pushrocks/smartdelay", "name": "@pushrocks/smartdelay",
"private": false,
"version": "2.0.0", "version": "2.0.0",
"description": "timeouts for the async/await era, written in TypeScript", "description": "timeouts for the async/await era, written in TypeScript",
"main": "dist/index.js", "main": "dist/index.js",
@ -25,6 +26,5 @@
"@gitzone/tsrun": "^1.1.1", "@gitzone/tsrun": "^1.1.1",
"@types/node": "^10.5.2", "@types/node": "^10.5.2",
"tapbundle": "^2.0.2" "tapbundle": "^2.0.2"
}, }
"private": true
} }