This repository was archived by the owner on Aug 11, 2022. It is now read-only.
v3.4.0
v3.4.0 (2015-11-05):
A NEW FEATURE
This was a group effort, with @isaacs dropping the implementation in back in August. Then, a few days ago, @ashleygwilliams wrote up docs and just today @othiym23 wrote a test.
It's a handy shortcut to update a dependency and then make sure tests still pass.
This new command:
npm install-test x
is the equivalent of running:
npm install x && npm test
1ac3e08bcb04f6b6c17dd#9443 Addnpm install-testcommand, aliasnpm it. (@isaacs, @ashleygwilliams, @othiym23)
BUG FIXES VIA DEPENDENCY UPDATES
31c0080#8640 npm/normalize-package-data#69normalize-package-data@2.3.5: Fix a bug where if you didn't specify the name of a scoped module's binary, it would install it such that it was impossible to call it. (@iarna)02b37bcnpm/fstream-npm#14fstream-npm@1.0.7: Only filterconfig.gypiwhen it's in the build directory. (@mscdex)accb9d2npm/fstream-npm#15fstream-npm@1.0.6: Stop including directories that happened to have names matching whitelisted npm files in npm module tarballs. The most common cause was that if you had a README directory then everything in it would be included if wanted it or not. (@taion)
DOCUMENTATION FIXES
7cf6366#10036 Fix typo / over-abbreviation. (@ifdattic)d0ad8f4#10176 Fix broken link, scopes => scope. (@ashleygwilliams)d623783#9460 Specifying the default command run by "npm start" and the fact that you can pass it arguments. (@JuanCaicedo)
DEPENDENCY UPDATES FOR THEIR OWN SAKE
0a4c29enpm/npmlog#19npmlog@2.0.0: Make it possible to emit log messages witherroras the prefix. (@bengl)9463ce9read-package-json@2.0.2: Minor cleanups. (@KenanY)