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",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web && tsbundle npm)",
"format": "(gitzone format)"
"build": "(tsbuild --web && tsbundle npm)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.56",
@ -45,4 +44,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}