This commit is contained in:
2021-05-17 12:36:15 +00:00
parent b0a2ebe470
commit f84280d330
4 changed files with 634 additions and 687 deletions

View File

@@ -6,8 +6,8 @@
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"repository": {
"type": "git",
@@ -28,7 +28,7 @@
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.52",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/tapbundle": "^3.2.14"
},
"files": [
@@ -46,4 +46,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}