feat: change bundle to target modern browser (#10)

This commit is contained in:
Krist Wongsuphasawat 2020-03-04 14:12:36 -08:00 committed by Yongjie Zhao
parent 55dc4f7a53
commit 8a4e141448
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- '10.15' - '11'
cache: cache:
- npm: true - npm: true

View File

@ -47,7 +47,7 @@
"@airbnb/config-typescript": "^2.1.2", "@airbnb/config-typescript": "^2.1.2",
"@airbnb/nimbus": "^2.1.3", "@airbnb/nimbus": "^2.1.3",
"@superset-ui/commit-config": "^0.0.9", "@superset-ui/commit-config": "^0.0.9",
"@superset-ui/superset-ui": "^0.12.5", "@superset-ui/superset-ui": "^0.12.9",
"@types/enzyme": "^3.10.3", "@types/enzyme": "^3.10.3",
"@types/jest": "^25.1.1", "@types/jest": "^25.1.1",
"@types/jsdom": "^12.2.4", "@types/jsdom": "^12.2.4",