2 Commits

Author SHA1 Message Date
f952c71e2d 2.0.1 2018-07-06 14:26:01 +02:00
4edbd04c77 fix(access): fix accesslevels for npm 2018-07-06 14:26:00 +02:00
3 changed files with 6 additions and 5 deletions

View File

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

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "smartdelay", "name": "smartdelay",
"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/smartdelay", "name": "@pushrocks/smartdelay",
"version": "2.0.0", "private": false,
"version": "2.0.1",
"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",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@@ -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
} }