Compare commits

...

2 Commits

Author SHA1 Message Date
Sebastian McKenzie
ee466e90ca v3.3.9 2015-02-04 10:13:10 +11:00
Sebastian McKenzie
911e3939b9 remove class-super-constructor-call-check helper 2015-02-04 10:08:55 +11:00
2 changed files with 2 additions and 3 deletions

View File

@@ -52,8 +52,7 @@ File.helpers = [
"extends",
"get",
"set",
"class-call-check",
"class-super-constructor-call"
"class-call-check"
];
File.validOptions = [

View File

@@ -1,7 +1,7 @@
{
"name": "6to5",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "3.3.8",
"version": "3.3.9",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://6to5.org/",
"repository": "6to5/6to5",