browserslist-config-mrcgrtz
Version:
The browserslist configuration used by all my personal projects.
25 lines (24 loc) • 546 B
JSON
{
"name": "browserslist-config-mrcgrtz",
"version": "1.0.1",
"description": "The browserslist configuration used by all my personal projects.",
"keywords": [
"browserslist",
"browserslist-config",
"browserslist-shareable-config"
],
"license": "MIT",
"repository": "github:mrcgrtz/browserslist-config",
"author": {
"name": "Marc Görtz",
"email": "git@marcgoertz.de",
"url": "https://marcgoertz.de/"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "node --test"
}
}