Compare commits

...

2 Commits

Author SHA1 Message Date
Sebastian McKenzie
f16079c83f v2.4.10 2015-01-04 19:51:52 +11:00
Sebastian McKenzie
b7132f3529 upgrade acorn-6to5 2015-01-04 19:50:54 +11:00
2 changed files with 6 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
Gaps between patch versions are faulty/broken releases.
## 2.4.10
* Upgrade `acorn-6to5`.
## 2.4.9
* Upgrade `acorn-6to5`.

View File

@@ -1,7 +1,7 @@
{
"name": "6to5",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "2.4.9",
"version": "2.4.10",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://github.com/6to5/6to5",
"repository": {
@@ -39,7 +39,7 @@
"test": "make test"
},
"dependencies": {
"acorn-6to5": "0.11.1-7",
"acorn-6to5": "0.11.1-8",
"ast-types": "~0.6.1",
"chokidar": "0.11.1",
"commander": "2.5.0",