update to babel 5.5.1

This commit is contained in:
Sebastian McKenzie 2015-06-05 10:00:15 +01:00
parent 6bcdfb11cc
commit b10c9b0357
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ var astTransformVisitor = {
this.isDeclareClass() || this.isDeclareClass() ||
this.isDeclareFunction() || this.isDeclareFunction() ||
this.isDeclareVariable()) { this.isDeclareVariable()) {
return this.remove(); return this.dangerouslyRemove();
} }
// modules // modules

View File

@ -8,7 +8,7 @@
"url": "https://github.com/babel/babel-eslint.git" "url": "https://github.com/babel/babel-eslint.git"
}, },
"dependencies": { "dependencies": {
"babel-core": "^5.1.8", "babel-core": "^5.5.1",
"lodash.assign": "^3.0.0", "lodash.assign": "^3.0.0",
"lodash.pick": "^3.1.0" "lodash.pick": "^3.1.0"
}, },