fix(core): update

This commit is contained in:
2020-09-29 08:35:26 +00:00
parent 0d76e7f577
commit 82fa029d05
25 changed files with 2 additions and 1165 deletions

View File

@@ -6,7 +6,7 @@
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web && tsbundle --from ./ts/index.ts --to dist_bundle/bundle.js)"
},
"repository": {
"type": "git",
@@ -58,4 +58,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}