parent
2cc0d578fb
commit
74ec1ba5bf
3 changed files with 947 additions and 1332 deletions
|
@ -97,7 +97,7 @@ class Editor extends React.Component {
|
||||||
'asi': true,
|
'asi': true,
|
||||||
'eqeqeq': false,
|
'eqeqeq': false,
|
||||||
'-W041': false,
|
'-W041': false,
|
||||||
'esversion': 6
|
'esversion': 7
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
2275
package-lock.json
generated
2275
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -108,7 +108,7 @@
|
||||||
"is-url": "^1.2.4",
|
"is-url": "^1.2.4",
|
||||||
"js-beautify": "^1.8.9",
|
"js-beautify": "^1.8.9",
|
||||||
"jsdom": "^9.8.3",
|
"jsdom": "^9.8.3",
|
||||||
"jshint": "^2.9.7",
|
"jshint": "^2.10.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"loop-protect": "github:catarak/loop-protect",
|
"loop-protect": "github:catarak/loop-protect",
|
||||||
"mjml": "^3.3.2",
|
"mjml": "^3.3.2",
|
||||||
|
|
Loading…
Reference in a new issue