[Pkg-javascript-commits] [node-async] 171/480: Imported Upstream version 0.1.18~20120312
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit ac07b26021c553fff59afb5300204d8eba024805
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Mar 19 20:37:19 2012 +0100
Imported Upstream version 0.1.18~20120312
---
README.md | 5 ++---
package.json | 15 ++++-----------
2 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index 0cf7fc9..1bbbc47 100644
--- a/README.md
+++ b/README.md
@@ -572,9 +572,8 @@ __Example__
],
// optional callback
function(err, results){
- // in this case, the results array will equal ['two','one']
- // because the functions were run in parallel and the second
- // function had a shorter timeout before calling the callback.
+ // the results array will equal ['one','two'] even though
+ // the second function had a shorter timeout.
});
diff --git a/package.json b/package.json
index 2e53020..5679bec 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
, "description": "Higher-order functions and common patterns for asynchronous code"
, "main": "./index"
, "author": "Caolan McMahon"
-, "version": "0.1.17"
+, "version": "0.1.18"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/caolan/async.git"
@@ -13,16 +13,9 @@
, "url" : "http://github.com/caolan/async/raw/master/LICENSE"
}
]
-, "dependencies":
- { "uglify-js": "1.2.x"
- }
, "devDependencies":
- { "nodeunit": ">0.0.0"
- , "nodelint": ">0.0.0"
- }
-, "scripts":
- { "preinstall": "make clean"
- , "install": "make build"
- , "test": "make test"
+ { "nodeunit": ">0.0.0"
+ , "uglify-js": "1.2.x"
+ , "nodelint": ">0.0.0"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list