From 1437be23648bd495b558f0ce0c266216f9130720 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Sat, 6 Jun 2015 20:49:23 -0700 Subject: update other package manager scripts --- bower.json | 9 ++++++--- component.json | 2 +- package.json | 2 +- 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 -- cgit v1.2.1