fix(core): update

This commit is contained in:
2020-06-25 23:34:59 +00:00
parent 01cd3fbb0b
commit 9dec755ea5
5 changed files with 33 additions and 65 deletions

View File

@@ -9,11 +9,12 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web && tsbundle npm)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsbundle": "^1.0.69",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/smartexpress": "^3.0.72",
"@pushrocks/tapbundle": "^3.2.1",
@@ -23,7 +24,8 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.9"
"@pushrocks/smartdelay": "^2.0.9",
"@pushrocks/smartenv": "^4.0.10"
},
"files": [
"ts/**/*",
@@ -37,4 +39,4 @@
"npmextra.json",
"readme.md"
]
}
}