BREAKING CHANGE(core): switch to esm

This commit is contained in:
Philipp Kunz 2022-03-16 16:26:30 +01:00
parent 7e7bb5f739
commit 2dfd75aaea

View File

@ -10,8 +10,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(tstest test/ --web)", "test": "(tstest test/ --web)",
"build": "(tsbuild --web && tsbundle npm)", "build": "(tsbuild --web && tsbundle npm)"
"format": "(gitzone format)"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.56", "@gitzone/tsbuild": "^2.1.56",
@ -45,4 +44,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }