From dbc99a2a192b556bfe1145de0ef82953d840468e Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 14 Nov 2010 16:33:39 -0800 Subject: [PATCH] Don't ignore .npm folders. This allows one to publish a package with dependencies pre-bundled, and with the latest updates to npm, those pre-bundled dependencies will be respected as the "real" dependencies. --- lib/utils/default.npmignore | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils/default.npmignore b/lib/utils/default.npmignore index 1c2990f1..870a77cf 100644 --- a/lib/utils/default.npmignore +++ b/lib/utils/default.npmignore @@ -6,4 +6,3 @@ build/ .hg/ .git/ CVS/ -.npm/