summaryrefslogtreecommitdiffstats
path: root/backend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/package.json')
-rw-r--r--backend/package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/backend/package.json b/backend/package.json
index 31f0618..645e930 100644
--- a/backend/package.json
+++ b/backend/package.json
@@ -17,6 +17,7 @@
"stripe": "^5.4.0"
},
"devDependencies": {
+ "babel-preset-env": "^1.6.1",
"chalk": "^2.3.0",
"dotenv": "5.0.0",
"graphql-cli": "2.14.0",
@@ -29,5 +30,10 @@
"license": "MIT",
"repository": {
"url": "wesbos.com"
+ },
+ "babel": {
+ "presets": [
+ "env"
+ ]
}
-} \ No newline at end of file
+}