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": {
"node": ">=8.6"
},
"browserslist": "> 0.5%, not dead, node 8.6",
"dependencies": {
"@zeit/next-bundle-analyzer": "^0.1.2",
"apollo-cache-inmemory": "^1.3.11",

View File

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