browserslist-config-mrcgrtz
v1.0.1
Published
The browserslist configuration used by all my personal projects.
Maintainers
Readme
browserslist-config-mrcgrtz
The browserslist configuration used by all my personal projects.
Usage
Install the package using npm.
npm install --save-dev browserslist-config-mrcgrtzThen add the browserslist key to your package.json:
diff --git a/package.json b/package.json
index 2ecef3d..260838f 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"keywords": [
"prettier"
],
+ "browserslist": "extends browserslist-config-mrcgrtz",
"license": "MIT",
"main": "index.js"Check out the browserslist documentation for more info on sharing configurations.
License
MIT © Marc Görtz
