diff --git a/deps/npm/.npmignore b/deps/npm/.npmignore index b1d9066bde..bd0982f2e2 100644 --- a/deps/npm/.npmignore +++ b/deps/npm/.npmignore @@ -6,9 +6,9 @@ npm-debug.log /test/packages/npm-test-depends-on-spark/which-spark.log /test/packages/test-package/random-data.txt /test/root -/node_modules/ronn -/node_modules/tap -/node_modules/.bin +node_modules/ronn +node_modules/tap +node_modules/.bin /npmrc /release/ @@ -18,3 +18,5 @@ html/*.png # don't ignore .npmignore files # these are used in some tests. !.npmignore + +/npm-*.tgz diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index c2064450a0..189ccee91b 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -19,7 +19,7 @@
This function should not be used programmatically. Instead, just refer
to the npm.bin
member.