BREAKING CHANGE(switch scope): update

This commit is contained in:
2018-07-06 14:20:56 +02:00
parent deb8f2004d
commit 767b3d6e42
9 changed files with 1040 additions and 430 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "smartdelay",
"name": "@pushrocks/smartdelay",
"version": "1.0.4",
"description": "timeouts for the async/await era, written in TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "tsrun test/test.ts",
"build": "(npmts)"
},
"repository": {
"type": "git",
@@ -18,10 +19,12 @@
},
"homepage": "https://gitlab.com/pushrocks/smartdelay#README",
"dependencies": {
"smartq": "^1.1.1",
"typings-global": "^1.0.16"
"@pushrocks/smartpromise": "^2.0.5"
},
"devDependencies": {
"tapbundle": "^1.0.13"
}
"@gitzone/tsrun": "^1.1.1",
"@types/node": "^10.5.2",
"tapbundle": "^2.0.2"
},
"private": true
}