Updated escodegen, fixed es6 test

This commit is contained in:
Antonino Porcino 2016-01-03 10:59:35 +01:00
parent 27ad9e1cc0
commit 510d394e2b
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
"chalk": "^1.1.1",
"cheerio": "^0.19.0",
"css": "^2.2.1",
"escodegen": "1.7.1",
"escodegen": "^1.8.0",
"esprima": "^2.7.1",
"lodash": "^3.10.1",
"optionator": "^0.8.0",

View File

@ -2,4 +2,4 @@ import React from 'react/addons';
import _ from 'lodash';
export default function () {
return React.createElement('div', {});
};
}