Package.json browserList

This commit is contained in:
benjaminramey
2018-12-07 07:09:38 -06:00
parent 92f38e449d
commit 92d4ace250
2 changed files with 37 additions and 31 deletions

View File

@@ -25,5 +25,11 @@
"prettier --single-quote --write",
"git add"
]
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}