Moved browserlist config to package.json
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-06-10 16:39:41 +02:00
parent 408837f312
commit d04fcb0e6e
2 changed files with 4 additions and 3 deletions

View File

@ -44,5 +44,6 @@
"url": "https://git.2martens.de/2martens/2martens.de.git"
},
"author": "Jim Martens",
"license": "Apache-2.0"
"license": "Apache-2.0",
"browserslist": ["last 2 versions"]
}