array-series
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "array-series", | ||
"description": "Call an array of asynchronous functions in series", | ||
"repo": "jonathanong/array-series", | ||
"version": "0.1.4", | ||
"repo": "component/array-series", | ||
"version": "0.1.5", | ||
"main": "index.js", | ||
@@ -7,0 +7,0 @@ "scripts": [ |
{ | ||
"name": "array-series", | ||
"description": "Call an array of asynchronous functions in series", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"scripts": { | ||
@@ -16,6 +16,6 @@ "test": "node test" | ||
"type": "git", | ||
"url": "https://github.com/jonathanong/array-series.git" | ||
"url": "https://github.com/component/array-series.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jonathanong/array-series/issues", | ||
"url": "https://github.com/component/array-series/issues", | ||
"email": "me@jongleberry.com" | ||
@@ -22,0 +22,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# Array Series [![Build Status](https://travis-ci.org/jonathanong/array-series.png)](https://travis-ci.org/jonathanong/array-series) | ||
# Array Series [![Build Status](https://travis-ci.org/component/array-series.png)](https://travis-ci.org/component/array-series) | ||
@@ -3,0 +3,0 @@ Call an array of asynchronous functions in series |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5545