Compare commits

...

2 Commits

Author SHA1 Message Date
Sebastian McKenzie
9fbbabc7e4 v1.14.16 2014-12-06 20:48:31 +11:00
Sebastian McKenzie
8c1fe49b2e upgrade acorn-6to5 2014-12-06 20:47:40 +11:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# 1.14.15
# 1.14.16
* Add object getter memos and this shorthand to playground.
* Fix while loops in let scoping.

View File

@@ -1,7 +1,7 @@
{
"name": "6to5",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "1.14.15",
"version": "1.14.16",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://github.com/6to5/6to5",
"repository": {
@@ -35,7 +35,7 @@
"test": "make test"
},
"dependencies": {
"acorn-6to5": "0.9.1-11",
"acorn-6to5": "0.9.1-12",
"ast-types": "0.6.5",
"chokidar": "0.11.1",
"commander": "2.5.0",