update to babel 5.5.1
This commit is contained in:
parent
6bcdfb11cc
commit
b10c9b0357
@ -211,7 +211,7 @@ var astTransformVisitor = {
|
||||
this.isDeclareClass() ||
|
||||
this.isDeclareFunction() ||
|
||||
this.isDeclareVariable()) {
|
||||
return this.remove();
|
||||
return this.dangerouslyRemove();
|
||||
}
|
||||
|
||||
// modules
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"url": "https://github.com/babel/babel-eslint.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-core": "^5.1.8",
|
||||
"babel-core": "^5.5.1",
|
||||
"lodash.assign": "^3.0.0",
|
||||
"lodash.pick": "^3.1.0"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user