From 28395a595758eee1a580d6888eb0143a311359b2 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Mon, 29 Jun 2015 10:24:22 -0700 Subject: [PATCH] fix babel versions since we are using some stage 0 syntax they may change without warning between versions each babel version bump must be tested to see if stage 0/1 syntax implementation has changed --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 174cb4a1bd..1d6490d0f6 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "dependencies": { "accepts": "~1.2.5", "async": "~0.9.0", - "babel-core": "^5.6.15", - "babel-loader": "^5.2.2", + "babel-core": "5.6.15", + "babel-loader": "5.2.2", "bcrypt-nodejs": "~0.0.3", "body-parser": "~1.9.3", "chai-jquery": "~2.0.0",