Skip to content

Commit

Permalink
dev bundle: fork node-http-proxy to fix #1871
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Mar 4, 2014
1 parent 51148c8 commit 663898f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meteor
@@ -1,6 +1,6 @@
#!/bin/bash

BUNDLE_VERSION=0.3.32
BUNDLE_VERSION=0.3.33

# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.
Expand Down
4 changes: 3 additions & 1 deletion scripts/generate-dev-bundle.sh
Expand Up @@ -107,9 +107,11 @@ npm install kexec@0.2.0
npm install source-map@0.1.32
npm install source-map-support@0.2.5
npm install bcrypt@0.7.7
npm install http-proxy@1.0.2
npm install heapdump@0.2.5

# Fork of 1.0.2 with https://github.com/nodejitsu/node-http-proxy/pull/592
npm install https://github.com/meteor/node-http-proxy/tarball/99f757251b42aeb5d26535a7363c96804ee057f0

# Using the unreleased 1.1 branch. We can probably switch to a built NPM version
# when it gets released.
npm install https://github.com/ariya/esprima/tarball/5044b87f94fb802d9609f1426c838874ec2007b3
Expand Down

0 comments on commit 663898f

Please sign in to comment.