Skip to content

Commit

Permalink
Remove IE11 support; Release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BowenYin committed Sep 8, 2020
1 parent fde49cc commit 6492b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harker-bell",
"version": "2.4.9",
"version": "2.5.0",
"private": true,
"author": "Bowen Yin",
"scripts": {
Expand Down Expand Up @@ -106,7 +106,9 @@
},
"browserslist": [
"> 1% in US",
"not dead"
"last 2 versions",
"not dead",
"not IE <= 11"
],
"bugs": {
"url": "https://github.com/BowenYin/harker-bell/issues"
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
disableHostCheck: true,
},
productionSourceMap: true,
transpileDependencies: ["autotrack", "dom-utils", "idb", "vuetify"],
transpileDependencies: [],
css: {
loaderOptions: {
sass: {
Expand Down

0 comments on commit 6492b88

Please sign in to comment.