BREAKING CHANGE(scope): change change to @pushrocks scope
This commit is contained in:
17
package.json
17
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user