fix(core): update

This commit is contained in:
2020-09-30 00:13:14 +00:00
parent 82f4413064
commit 18fad25b8c
50 changed files with 19 additions and 1826 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
"scripts": {
"test": "(tstest test/)",
"testManual": "(tsrun test/test.ts)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web && tsbundle --from ./ts/index.ts --to dist_bundle/bundle.js)",
"format": "(gitzone format)"
},
"devDependencies": {
@@ -54,4 +54,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}