upgrade acorn-babel

This commit is contained in:
Sebastian McKenzie 2015-02-22 22:42:17 +11:00
parent 53cf453480
commit e387da7c2b
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
* Don't unpack array patterns that have more elements than their right hand array expression.
* **Polish**
* Improve syntax highlighting in the code frame. Thanks [@lydell](https://github.com/lydell)!
* **Internal**
* Upgrade `acorn-babel`.
## 4.4.3

View File

@ -36,7 +36,7 @@
"test": "make test"
},
"dependencies": {
"acorn-babel": "0.11.1-33",
"acorn-babel": "0.11.1-34",
"ast-types": "~0.6.1",
"chalk": "^0.5.1",
"chokidar": "^0.12.6",