mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-25 01:01:27 +02:00
recover browserlist
This commit is contained in:
14
package.json
14
package.json
@@ -9,7 +9,19 @@
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"browserslist": "defaults, not ie <= 11",
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.5%",
|
||||
"not dead",
|
||||
"not op_mini all",
|
||||
"defaults, not ie <= 11"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@algolia/autocomplete-core": "^1.9.2",
|
||||
"@algolia/autocomplete-preset-algolia": "^1.9.2",
|
||||
|
||||
Reference in New Issue
Block a user