`spawn-sync` now dedupes to the top level with this group of packages.

Jordan Harband 2015-06-07 01:10:55 -07:00
parent 3cfa1ed4e1
commit fe044c5e3b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ die () { echo "$@" ; exit 1; }
nvm use 0.10.28
(cd test-npmlink && npm link)
EXPECTED_PACKAGES="autoprefixer bower david eslint grunt-cli grunth-cli http-server jshint marked node-gyp npmlist recursive-blame test-npmlink uglify-js yo"
EXPECTED_PACKAGES="autoprefixer bower david eslint grunt-cli grunth-cli http-server jshint marked node-gyp npmlist recursive-blame spawn-sync test-npmlink uglify-js yo"
echo "$EXPECTED_PACKAGES" | xargs npm install -g --quiet