BREAKING CHANGE(package): change scope

This commit is contained in:
2018-07-13 22:06:45 +02:00
parent 4306272f45
commit 63669ea6ff
5 changed files with 431 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "tapbundle",
"name": "@pushrocks/tapbundle",
"private": false,
"version": "2.0.2",
"description": "tap bundled for tapbuffer",
@@ -20,15 +20,15 @@
},
"homepage": "https://gitlab.com/pushrocks/tapbundle#README",
"dependencies": {
"@pushrocks/smartdelay": "^2.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"early": "^2.1.1",
"leakage": "^0.4.0",
"smartchai": "^2.0.1",
"smartdelay": "^1.0.4",
"smartq": "^1.1.8"
"smartchai": "^2.0.1"
},
"devDependencies": {
"@gitzone/tsrun": "^1.0.7",
"@types/node": "^10.5.0",
"@gitzone/tsrun": "^1.1.2",
"@types/node": "^10.5.2",
"randomstring": "^1.1.5"
}
}