fix(core): update
This commit is contained in:
15
package.json
15
package.json
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "smartstatus",
|
||||
"name": "@pushrocks/smartstatus",
|
||||
"version": "1.0.1",
|
||||
"private": false,
|
||||
"description": "status information in TypeScript",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(npmts)"
|
||||
"test": "(tstest test/)",
|
||||
"build": "tsbuild"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -18,6 +20,11 @@
|
||||
},
|
||||
"homepage": "https://gitlab.com/pkunz/smartstatus#README",
|
||||
"devDependencies": {
|
||||
"tapbundle": "^1.0.5"
|
||||
}
|
||||
"@gitzone/tsbuild": "^2.1.4",
|
||||
"@gitzone/tstest": "^1.0.18",
|
||||
"@pushrocks/tapbundle": "^3.0.7",
|
||||
"tslint": "^5.12.0",
|
||||
"tslint-config-prettier": "^1.17.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user