summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/fstream-npm/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/fstream-npm/package.json')
-rw-r--r--deps/npm/node_modules/fstream-npm/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/node_modules/fstream-npm/package.json b/deps/npm/node_modules/fstream-npm/package.json
index 9a75817d3c..e44a6dd92b 100644
--- a/deps/npm/node_modules/fstream-npm/package.json
+++ b/deps/npm/node_modules/fstream-npm/package.json
@@ -6,7 +6,7 @@
},
"name": "fstream-npm",
"description": "fstream class for creating npm packages",
- "version": "1.0.3",
+ "version": "1.0.4",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/fstream-npm.git"
@@ -25,12 +25,12 @@
"license": "ISC",
"readme": "# fstream-npm\n\nThis is an fstream DirReader class that will read a directory and filter\nthings according to the semantics of what goes in an npm package.\n\nFor example:\n\n```javascript\n// This will print out all the files that would be included\n// by 'npm publish' or 'npm install' of this directory.\n\nvar FN = require(\"fstream-npm\")\nFN({ path: \"./\" })\n .on(\"child\", function (e) {\n console.error(e.path.substr(e.root.path.length + 1))\n })\n```\n\n",
"readmeFilename": "README.md",
- "gitHead": "910a52b38c7fb4d4f2204058b37294e4e370e2cb",
+ "gitHead": "d4bec1d24e777b8cef64857d26af828cff1bba68",
"bugs": {
"url": "https://github.com/isaacs/fstream-npm/issues"
},
"homepage": "https://github.com/isaacs/fstream-npm#readme",
- "_id": "fstream-npm@1.0.3",
- "_shasum": "67cfb5437b14237155bf319c0536e6d4335170fe",
+ "_id": "fstream-npm@1.0.4",
+ "_shasum": "22196318b8fc2ab5ce15fd330fff931165e0305a",
"_from": "fstream-npm@>=1.0.3 <1.1.0"
}