mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-16 02:34:35 +08:00
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:
@@ -6,4 +6,3 @@ build/
|
||||
.hg/
|
||||
.git/
|
||||
CVS/
|
||||
.npm/
|
||||
|
||||
Reference in New Issue
Block a user