summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-10-20 00:32:56 -0500
committerMike Greiling <mike@pixelcog.com>2017-01-06 10:21:02 -0600
commit31bd36845ba1c18404f029f85b6a0f841c1c390c (patch)
treef0060948ef4f5e49af16f1f5f27e4e2330632bd6 /package.json
parent000180e5e469c39f626faccf91cdb2b1d25a97f8 (diff)
downloadgitlab-ce-31bd36845ba1c18404f029f85b6a0f841c1c390c.tar.gz
temporarily regress to babel 5 for parity with sprockets-es6 gem
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 526a3c34e01..b089eb805c7 100644
--- a/package.json
+++ b/package.json
@@ -7,9 +7,9 @@
"eslint-report": "npm run eslint -- --format html --output-file ./eslint-report.html"
},
"dependencies": {
- "babel-core": "^6.17.0",
- "babel-loader": "^6.2.5",
- "babel-preset-es2015": "^6.16.0",
+ "babel": "^5.8.38",
+ "babel-core": "^5.8.38",
+ "babel-loader": "^5.4.2",
"stats-webpack-plugin": "^0.4.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"