dev_bundle 0.1.7: packages needed for email branch

This commit is contained in:
David Glasser
2012-08-16 19:44:31 -07:00
parent 7e872afa88
commit 4e68bdd0e9
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
set -e
BUNDLE_VERSION=0.1.6
BUNDLE_VERSION=0.1.7
UNAME=$(uname)
ARCH=$(uname -m)
@@ -143,6 +143,9 @@ npm install fibers@0.6.5
npm install useragent@1.0.6
npm install request@2.9.202
npm install http-proxy@0.8.0
npm install simplesmtp@0.1.19
npm install mailcomposer@0.1.15
npm install stream-buffers@0.2.3
# unused, but kept in bundle for compatibility for a while.
npm install connect-gzip@0.1.5

2
meteor
View File

@@ -1,6 +1,6 @@
#!/bin/bash
BUNDLE_VERSION=0.1.6
BUNDLE_VERSION=0.1.7
# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.