BREAKING CHANGE(scope): switch scope to pushrocks

This commit is contained in:
2018-07-02 22:49:21 +02:00
parent 1069d5a38e
commit d8e5fbf3bc
8 changed files with 897 additions and 341 deletions

View File

@ -1,11 +1,13 @@
{
"name": "smartq",
"name": "@pushrocks/smartpromise",
"private": false,
"version": "1.1.8",
"description": "dropin replacement for q",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"repository": {
"type": "git",
@ -21,7 +23,8 @@
"util.promisify": "^1.0.0"
},
"devDependencies": {
"@types/node": "^9.4.7",
"@gitzone/tsrun": "^1.0.18",
"@types/node": "^10.5.1",
"tapbundle": "^2.0.0"
}
}