Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "async-q", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Port of async.js to Q", | ||
"repository": "git://github.com/dbushong/q-async", | ||
"repository": "git://github.com/dbushong/async-q", | ||
"author": "David Bushong <david+npm@bushong.net>", | ||
"keywords": ["async", "async", "Q", "q-async", "series", "parallel", "queue"], | ||
"license": "MIT", | ||
"scripts": { | ||
"prepublish": "./node_modules/.bin/coffee -bcps < async.coffee > index.js", | ||
"test": "make test" | ||
}, | ||
"scripts": { "test": "make test" }, | ||
"dependencies": { | ||
@@ -13,0 +11,0 @@ "throat": "~1.0.0", |
@@ -1,2 +0,2 @@ | ||
# Async.js for Q [![Build Status](https://travis-ci.org/dbushong/q-async.png?branch=master)](https://travis-ci.org/dbushong/q-async) | ||
# Async.js for Q [![Build Status](https://travis-ci.org/dbushong/async-q.png?branch=master)](https://travis-ci.org/dbushong/async-q) | ||
@@ -3,0 +3,0 @@ Promises with [Q](http://github.com/kriskowal/q) are awesome. However, |
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
86746
7