Add browserslist package field.
Fixes the lint error.
This commit is contained in:
parent
ae519d9800
commit
a950f60835
@ -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",
|
||||||
|
|||||||
@ -22,4 +22,4 @@ Ensure your editor supports:
|
|||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
See `package.json` `engines`.
|
See `package.json` `engines` and `browserslist`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user