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
This commit is contained in:
@ -29,8 +29,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"accepts": "~1.2.5",
|
"accepts": "~1.2.5",
|
||||||
"async": "~0.9.0",
|
"async": "~0.9.0",
|
||||||
"babel-core": "^5.6.15",
|
"babel-core": "5.6.15",
|
||||||
"babel-loader": "^5.2.2",
|
"babel-loader": "5.2.2",
|
||||||
"bcrypt-nodejs": "~0.0.3",
|
"bcrypt-nodejs": "~0.0.3",
|
||||||
"body-parser": "~1.9.3",
|
"body-parser": "~1.9.3",
|
||||||
"chai-jquery": "~2.0.0",
|
"chai-jquery": "~2.0.0",
|
||||||
|
Reference in New Issue
Block a user