Updated escodegen, fixed es6 test
This commit is contained in:
parent
27ad9e1cc0
commit
510d394e2b
|
@ -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",
|
||||
|
|
|
@ -2,4 +2,4 @@ import React from 'react/addons';
|
|||
import _ from 'lodash';
|
||||
export default function () {
|
||||
return React.createElement('div', {});
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue