Skip to content

Commit

Permalink
feat: added explicit browser matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed May 14, 2019
1 parent 95970ce commit ed9e7ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"buildProd": "ng build --prod && npm run copy",
"bundle-report": "webpack-bundle-analyzer dist/stats.json"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 11"
],
"private": true,
"dependencies": {
"@angular/animations": "7.2.14",
Expand Down

0 comments on commit ed9e7ce

Please sign in to comment.