forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade esprima to 1.2.2 from pre-1.1
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,10 +193,9 @@ rm -rf node_modules/phantomjs/tmp | |
|
||
npm install [email protected] | ||
|
||
# Using the formerly-unreleased 1.1 branch. We can probably switch to a built | ||
# NPM version now. (For that matter, we ought to be able to get this from | ||
# the copy in js-analyze rather than in the dev bundle.) | ||
npm install https://github.com/ariya/esprima/tarball/5044b87f94fb802d9609f1426c838874ec2007b3 | ||
# XXX We ought to be able to get this from the copy in js-analyze rather than in | ||
# the dev bundle.) | ||
npm install [email protected] | ||
rm -rf node_modules/esprima/test | ||
|
||
# 2.4.0 (more or less, the package.json change isn't committed) plus our PR | ||
|