fstream-npm@0.1.6

This commit is contained in:
isaacs
2013-10-23 23:12:52 -07:00
parent e380dc5aab
commit f9280d488b
4 changed files with 10 additions and 6 deletions

View File

@@ -143,7 +143,7 @@ Packer.prototype.applyIgnores = function (entry, partial, entryObj) {
// since it's *not* a symbolic link, if we're *already* in a bundle,
// then we should include everything.
if (pp && pp.package) {
if (pp && pp.package && pp.basename === "node_modules") {
return true
}

View File

@@ -32,5 +32,9 @@
"url": "https://github.com/isaacs/fstream-ignore/issues"
},
"_id": "fstream-ignore@0.0.7",
"_from": "fstream-ignore@~0.0.5"
"dist": {
"shasum": "eea3033f0c3728139de7b57ab1b0d6d89c353c63"
},
"_from": "fstream-ignore@~0.0.5",
"_resolved": "https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-0.0.7.tgz"
}

View File

@@ -6,7 +6,7 @@
},
"name": "fstream-npm",
"description": "fstream class for creating npm packages",
"version": "0.1.5",
"version": "0.1.6",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/fstream-npm.git"
@@ -22,6 +22,6 @@
"bugs": {
"url": "https://github.com/isaacs/fstream-npm/issues"
},
"_id": "fstream-npm@0.1.5",
"_from": "fstream-npm@~0.1.3"
"_id": "fstream-npm@0.1.6",
"_from": "fstream-npm@latest"
}