Add browserslist package field.

Fixes the lint error.
This commit is contained in:
Jayden Seric 2018-11-29 07:51:18 +11:00
parent ae519d9800
commit a950f60835
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
"engines": { "engines": {
"node": ">=8.6" "node": ">=8.6"
}, },
"browserslist": "> 0.5%, not dead, node 8.6",
"dependencies": { "dependencies": {
"@zeit/next-bundle-analyzer": "^0.1.2", "@zeit/next-bundle-analyzer": "^0.1.2",
"apollo-cache-inmemory": "^1.3.11", "apollo-cache-inmemory": "^1.3.11",

View File

@ -22,4 +22,4 @@ Ensure your editor supports:
## Support ## Support
See `package.json` `engines`. See `package.json` `engines` and `browserslist`.