Skip to content

Commit

Permalink
Merge pull request #109 from zpao/esprima-dep-as-tarball
Browse files Browse the repository at this point in the history
Use github tarball link for esprima dependency
  • Loading branch information
benjamn committed Jun 19, 2013
2 parents 79a2734 + bd044fc commit 91b10bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"base62": "~0.1.1",
"commoner": "~0.7.0",
"esprima": "git://github.com/facebook/esprima#fb-harmony",
"esprima": "https://github.com/facebook/esprima/tarball/ca28795124d45968e62a7b4b336d23a053ac3a84",
"recast": "~0.4.8",
"source-map": "~0.1.22"
},
Expand Down

0 comments on commit 91b10bd

Please sign in to comment.