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/*"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not IE <= 11",
"not IE_Mob <= 11"
"defaults",
"not IE 11",
"maintained node versions"
],
"scripts": {
"start": "yarn --cwd ./docs start",