Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-25 06:30:04 +0400
committerisaacs <i@izs.me>2012-02-25 06:30:04 +0400
commit778c8a14ebf0be9fd28eb66fa36a4a96b6f7d12d (patch)
treeb243405f9d4307e469d59720009107d573edb8cf /node_modules
parent6bbbff09a8e1aaac7520244d53e9bb29f90939b6 (diff)
bump block-stream version
No code changes
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/block-stream/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/block-stream/package.json b/node_modules/block-stream/package.json
index 203961a14..1080b6bc9 100644
--- a/node_modules/block-stream/package.json
+++ b/node_modules/block-stream/package.json
@@ -2,13 +2,13 @@
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "block-stream",
"description": "a stream of blocks",
- "version": "0.0.4",
+ "version": "0.0.5",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/block-stream.git"
},
"engines": {
- "node": "0.4 || ~0.5.8 || 0.6"
+ "node": "0.4 || ~0.5.8 || 0.6 || 0.7"
},
"main": "block-stream.js",
"dependencies": {