fix(core): update

This commit is contained in:
2020-07-05 17:53:49 +00:00
parent 4251dbf0af
commit 7675c27cab
6 changed files with 489 additions and 254 deletions

View File

@@ -9,18 +9,20 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
"@types/node": "^14.0.14",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@apiglobal/sdk": "^1.0.9",
"@pushrocks/smartexpress": "^3.0.73"
},
"dependencies": {},
"files": [
"ts/**/*",
"ts_web/**/*",
@@ -33,4 +35,4 @@
"npmextra.json",
"readme.md"
]
}
}