fix(core): update

This commit is contained in:
2020-06-27 12:50:44 +00:00
parent 751a325c81
commit 359e18f5dc
7 changed files with 2497 additions and 846 deletions

View File

@@ -9,9 +9,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web && npm run bundle)",
"format": "(gitzone format)",
"bundle": "tsbundle --production --from ./ts/index.ts --to ./dist_bundle/bundle.js"
"build": "(tsbuild --web && tsbundle npm)"
},
"keywords": [
"lossless",
@@ -26,7 +24,7 @@
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@tsclass/tsclass": "^3.0.12"
"@tsclass/tsclass": "^3.0.18"
},
"files": [
"ts/**/*",
@@ -40,4 +38,4 @@
"npmextra.json",
"readme.md"
]
}
}