We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa86f1b commit 79e81b9Copy full SHA for 79e81b9
package.json
@@ -23,7 +23,7 @@
23
"url": "https://github.com/Khan/structuredjs/issues"
24
},
25
"dependencies": {
26
- "esprima": "~2.7",
+ "esprima": "~4.0.0",
27
"underscore": "~1.5.1",
28
"react": "^0.11.1",
29
"escodegen": "^1.3.3"
structured.js
@@ -20,7 +20,7 @@
20
21
if (typeof module !== "undefined" && module.exports) {
22
exports = module.exports = {};
- esprima = require("./external/esprima.js");
+ esprima = require("esprima");
_ = require("underscore");
} else {
exports = this.Structured = {};
0 commit comments