Skip to content

Commit 8bab189

Browse files
Ensure specific 6to5 and 6to5-runtime version (temporary fix)
There's a bug with more recent versions, see #368.
1 parent e99df16 commit 8bab189

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"README.md"
7979
],
8080
"dependencies": {
81-
"6to5-runtime": "^3.3.3",
81+
"6to5-runtime": "3.6.2",
8282
"chalk": "^0.5.0",
8383
"concat-stream": "^1.4.7",
8484
"docopt": "^0.4.1",
@@ -101,7 +101,7 @@
101101
"vinyl-source-stream": "^1.0.0"
102102
},
103103
"devDependencies": {
104-
"6to5": "^3.3.4",
104+
"6to5": "3.6.2",
105105
"coveralls": "^2.11.2",
106106
"dateformat": "^1.0.11",
107107
"istanbul": "^0.3.5",

0 commit comments

Comments
 (0)