fix build

This commit is contained in:
Philipp Kühn
2021-05-04 10:15:51 +02:00
parent d484a66ca3
commit 90b7e8b72a

View File

@@ -5,10 +5,9 @@
"packages/*" "packages/*"
], ],
"browserslist": [ "browserslist": [
"> 1%", "defaults",
"last 2 versions", "not IE 11",
"not IE <= 11", "maintained node versions"
"not IE_Mob <= 11"
], ],
"scripts": { "scripts": {
"start": "yarn --cwd ./docs start", "start": "yarn --cwd ./docs start",