-
- Downloads
config: add browserslist to package.json
... | @@ -39,6 +39,11 @@ | ... | @@ -39,6 +39,11 @@ |
], | ], | ||
"author": "Yehor Potebenko <hitechnic.uu68@gmail.com>", | "author": "Yehor Potebenko <hitechnic.uu68@gmail.com>", | ||
"license": "ISC", | "license": "ISC", | ||
"browserslist": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"bugs": { | "bugs": { | ||
"url": "https://github.com/HobiHo180294/lets-do/issues" | "url": "https://github.com/HobiHo180294/lets-do/issues" | ||
}, | }, | ||
... | @@ -79,4 +84,4 @@ | ... | @@ -79,4 +84,4 @@ |
"@babel/polyfill": "^7.12.1", | "@babel/polyfill": "^7.12.1", | ||
"normalize.css": "^8.0.1" | "normalize.css": "^8.0.1" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment