We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759a639 commit 287d54cCopy full SHA for 287d54c
component.json
@@ -2,10 +2,10 @@
2
"name": "array-parallel",
3
"description": "Call an array of asynchronous functions in parallel",
4
"repo": "array-parallel",
5
- "version": "0.1.3",
+ "version": "0.1.4",
6
"main": "index.js",
7
"scripts": [
8
"index.js"
9
],
10
"license": "MIT"
11
-}
+}
package.json
@@ -1,7 +1,7 @@
1
{
"scripts": {
"test": "node test"
},
0 commit comments