Skip to content

Commit

Permalink
Upgrade recast to v0.7.1 and depend on esprima-fb instead of esprima.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Sep 3, 2014
1 parent 6c0ae98 commit f7f360d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function normalizeOptions(options) {
});

if (!options.esprima) {
options.esprima = require("esprima");
options.esprima = require("esprima-fb");
}

assert.ok(
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"commander": "~2.1.0",
"esprima": "git://github.com/ariya/esprima.git#harmony",
"recast": "~0.6.5",
"esprima-fb": "5001.1.0-dev-harmony-fb",
"recast": "~0.7.1",
"private": "~0.1.5",
"defs": "~0.6.2"
},
Expand Down

0 comments on commit f7f360d

Please sign in to comment.