Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
update array-series dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Dec 29, 2013
1 parent c239841 commit 365fcdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions component.json
@@ -1,6 +1,6 @@
{
"name": "map-series",
"version": "0.0.2",
"version": "0.0.3",
"description": "iterate asynchronously in series through an array",
"repo": "ramitos/map-series",
"keywords": [
Expand All @@ -18,6 +18,6 @@
],
"dependencies": {
"ianstormtaylor/map": "*",
"jonathanong/array-series": "*"
"component/array-series": "*"
}
}
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "map-series",
"version": "0.0.2",
"version": "0.0.3",
"description": "iterate asynchronously in series through an array",
"keywords": [
"map",
Expand Down Expand Up @@ -37,11 +37,11 @@
"mocha": "1.10.x",
"chai": "1.8.x"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"map": "git://github.com/ianstormtaylor/map.git",
"array-series": "~0.1.4"
},
"engines": {
"node": ">=0.8"
}
}
}

0 comments on commit 365fcdc

Please sign in to comment.