Skip to content

Commit 335a5bd

Browse files
committed
move to component
1 parent 7a7fb4e commit 335a5bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Array Series [![Build Status](https://travis-ci.org/jonathanong/array-parallel.png)](https://travis-ci.org/jonathanong/array-parallel)
1+
# Array Series [![Build Status](https://travis-ci.org/component/array-parallel.png)](https://travis-ci.org/component/array-parallel)
22

33
Call an array of asynchronous functions in parallel
44

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "array-parallel",
33
"description": "Call an array of asynchronous functions in parallel",
44
"repo": "array-parallel",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"main": "index.js",
77
"scripts": [
88
"index.js"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "array-parallel",
33
"description": "Call an array of asynchronous functions in parallel",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"scripts": {
66
"test": "node test"
77
},
@@ -13,10 +13,10 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/jonathanong/array-parallel.git"
16+
"url": "https://github.com/component/array-parallel.git"
1717
},
1818
"bugs": {
19-
"url": "https://github.com/jonathanong/array-parallel/issues",
19+
"url": "https://github.com/component/array-parallel/issues",
2020
"email": "[email protected]"
2121
},
2222
"license": "MIT"

0 commit comments

Comments
 (0)