Skip to content

Commit

Permalink
Comment on dependencies in license file.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Nov 16, 2012
1 parent 42fa76c commit 0619101
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions admin/generate-dev-bundle.sh
Expand Up @@ -71,8 +71,10 @@ which node

which npm

# When adding new node modules (or any software) to the dev bundle, remember to
# update LICENSE.txt!
# When adding new node modules (or any software) to the dev bundle,
# remember to update LICENSE.txt! Also note that we include all the
# packages that these depend on, so watch out for new dependencies when
# you update version numbers.

cd "$DIR/lib/node_modules"
npm install connect@1.9.2 # not 2.x yet. sockjs doesn't work w/ new connect
Expand Down

0 comments on commit 0619101

Please sign in to comment.