summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-05-20 16:40:25 -0700
committerAlexander Early <aearly@fluid.com>2015-05-20 16:40:25 -0700
commitcfa81645c9cb4011b23d1d1a445ad855762568e0 (patch)
treef0f54a82ab193c269b14fe1a4b2ac9ce9e06f9e9
parentbb33062759891a2c68df44687eb0a7dc20a31810 (diff)
downloadasync-cfa81645c9cb4011b23d1d1a445ad855762568e0.tar.gz
v1.0.01.0.0
-rw-r--r--bower.json10
-rw-r--r--component.json3
-rw-r--r--package.json7
3 files changed, 11 insertions, 9 deletions
diff --git a/bower.json b/bower.json
index 1817688..9e4156d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "0.9.2",
+ "version": "1.0.0",
"main": "lib/async.js",
"keywords": [
"async",
@@ -15,10 +15,12 @@
"url": "https://github.com/caolan/async.git"
},
"devDependencies": {
+ "benchmark": "~1.0.0",
+ "jshint": "~2.7.0",
+ "lodash": ">=2.4.1",
+ "mkdirp": "~0.5.1",
"nodeunit": ">0.0.0",
- "uglify-js": "1.2.x",
- "nodelint": ">0.0.0",
- "lodash": ">=2.4.1"
+ "uglify-js": "1.2.x"
},
"moduleType": [
"amd",
diff --git a/component.json b/component.json
index 5003a7c..c876b0a 100644
--- a/component.json
+++ b/component.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "0.9.2",
+ "version": "1.0.0",
"keywords": [
"async",
"callback",
@@ -9,6 +9,7 @@
"module"
],
"license": "MIT",
+ "main": "lib/async.js",
"repository": "caolan/async",
"scripts": [
"lib/async.js"
diff --git a/package.json b/package.json
index ec89faf..14b05c6 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"description": "Higher-order functions and common patterns for asynchronous code",
"main": "lib/async.js",
"author": "Caolan McMahon",
- "version": "0.9.2",
+ "version": "1.0.0",
"keywords": [
"async",
"callback",
@@ -51,8 +51,7 @@
"node_modules",
"bower_components",
"test",
- "tests",
- "perf"
+ "tests"
]
}
-}
+} \ No newline at end of file