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.
This commit is contained in:
isaacs
2010-11-14 16:33:39 -08:00
parent 8330947190
commit dbc99a2a19

View File

@@ -6,4 +6,3 @@ build/
.hg/
.git/
CVS/
.npm/