summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-06-06 20:49:23 -0700
committerAlexander Early <aearly@fluid.com>2015-06-06 20:49:23 -0700
commit1437be23648bd495b558f0ce0c266216f9130720 (patch)
treea4bf8fbfb3ab462ff1435d714ee8d0ee261da571
parentf2b57661e83c01ac280bdde6bdabb5138f7d139c (diff)
downloadasync-1437be23648bd495b558f0ce0c266216f9130720.tar.gz
update other package manager scripts1.2.0
-rw-r--r--bower.json9
-rw-r--r--component.json2
-rw-r--r--package.json2
3 files changed, 8 insertions, 5 deletions
diff --git a/bower.json b/bower.json
index 9e4156d..474e3b2 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "1.0.0",
+ "version": "1.2.0",
"main": "lib/async.js",
"keywords": [
"async",
@@ -15,12 +15,15 @@
"url": "https://github.com/caolan/async.git"
},
"devDependencies": {
- "benchmark": "~1.0.0",
+ "benchmark": "bestiejs/benchmark.js",
+ "coveralls": "^2.11.2",
"jshint": "~2.7.0",
"lodash": ">=2.4.1",
"mkdirp": "~0.5.1",
"nodeunit": ">0.0.0",
- "uglify-js": "1.2.x"
+ "nyc": "^2.1.0",
+ "uglify-js": "1.2.x",
+ "yargs": "~3.9.1"
},
"moduleType": [
"amd",
diff --git a/component.json b/component.json
index c876b0a..d9e6ac2 100644
--- a/component.json
+++ b/component.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "1.0.0",
+ "version": "1.2.0",
"keywords": [
"async",
"callback",
diff --git a/package.json b/package.json
index b1cecc7..d739e2d 100644
--- a/package.json
+++ b/package.json
@@ -59,4 +59,4 @@
"tests"
]
}
-}
+} \ No newline at end of file