BREAKING CHANGE(scope): change change to @pushrocks scope

This commit is contained in:
2018-09-02 18:09:49 +02:00
parent a529fa94b4
commit f67dfa2ad1
12 changed files with 981 additions and 350 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "smartevent",
"name": "@pushrocks/smartevent",
"version": "1.0.1",
"private": false,
"description": "handle events in smart ways",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "(tstest test/)",
"build": "(tsbuild)"
},
"repository": {
"type": "git",
@@ -18,10 +20,13 @@
},
"homepage": "https://gitlab.com/pushrocks/smartevent#README",
"dependencies": {
"smartq": "^1.1.1",
"typings-global": "^1.0.16"
"@pushrocks/smartpromise": "^2.0.5"
},
"devDependencies": {
"tapbundle": "^1.0.10"
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.9.4"
}
}
}