1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 03:45:56 +00:00

Moving babelrc into package

This commit is contained in:
Scott Tolksdorf
2018-04-08 21:48:20 -04:00
parent 8f77ac9e56
commit 5ebba25183
4 changed files with 14 additions and 6 deletions

View File

@@ -24,6 +24,12 @@
"pico-check":{
"require": "./tests/test.init.js"
},
"babel":{
"presets": [
"env",
"react"
]
},
"dependencies": {
"babel-preset-env": "^1.1.8",
"basic-auth": "^1.0.3",