Skip to content

Commit

Permalink
fix version of handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Sep 23, 2012
1 parent 81deb7b commit 4efe45b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,8 +30,8 @@ Installation
Install nodejs >= 0.8.0 and then install these packages:

cd YUI-3-Stockpile
npm install yui@3.6.0 express@2.5.11 request hbs handlebars gzip \
optimist formidable mkdirp long-stack-traces
npm install yui@3.6.0 express@2.5.11 request hbs handlebars@1.0.5beta \
gzip optimist formidable mkdirp long-stack-traces

On computers that will be used to upload modules to the stockpile, use cpan
to install the required Perl modules:
Expand Down
2 changes: 1 addition & 1 deletion test/main
Expand Up @@ -10,7 +10,7 @@ whoami;
echo ===;

if [[ ! -d node_modules ]]; then
npm install yui@3.6.0 express@2.5.11 request hbs handlebars gzip optimist formidable mkdirp;
npm install yui@3.6.0 express@2.5.11 request hbs handlebars@1.0.5beta gzip optimist formidable mkdirp;
sudo apt-get install libterm-readkey-perl liblwp-useragent-determined-perl libjson-perl;
fi

Expand Down

0 comments on commit 4efe45b

Please sign in to comment.