update acorn-6to5 - fixes #165

This commit is contained in:
Sebastian McKenzie 2014-11-15 11:40:34 +11:00
parent a1bdd804e2
commit 424bab97d0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 1.12.15
* Update `acorn-6to5`.
# 1.12.14 # 1.12.14
* Fix duplicate let scoping in functions. * Fix duplicate let scoping in functions.

View File

@ -48,7 +48,7 @@
"chokidar": "0.10.5", "chokidar": "0.10.5",
"source-map-support": "0.2.8", "source-map-support": "0.2.8",
"esutils": "1.1.4", "esutils": "1.1.4",
"acorn-6to5": "https://github.com/6to5/acorn-6to5/archive/a6c34ba73e215bd16ee585f6794f6a6587820c58.tar.gz", "acorn-6to5": "https://github.com/6to5/acorn-6to5/archive/74d8e9bed20ba302d3504f53d0b1c649968959e1.tar.gz",
"estraverse": "^1.7.0" "estraverse": "^1.7.0"
}, },
"devDependencies": { "devDependencies": {