summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-02-14 15:04:41 -0800
committerAlexander Early <alexander.early@gmail.com>2016-02-14 15:04:41 -0800
commitcfbf7aee21b606b5ba1bc4c77abef885d81e1e4d (patch)
treeac5239a912c43d7570881d8a9ca88c0a1e200841 /build
parent8423f0bec47e0f6ff3652954b5ccb303fc72aeb8 (diff)
downloadasync-cfbf7aee21b606b5ba1bc4c77abef885d81e1e4d.tar.gz
check in dist for bower support
Diffstat (limited to 'build')
-rw-r--r--build/bower.json3
-rw-r--r--build/package.json5
2 files changed, 3 insertions, 5 deletions
diff --git a/build/bower.json b/build/bower.json
index b2a4f3c..c708594 100644
--- a/build/bower.json
+++ b/build/bower.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "main": "index.js",
+ "main": "dist/async.js",
"keywords": [
"async",
"callback",
@@ -47,7 +47,6 @@
"uglify-js": "~2.4.0",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
- "xyz": "^0.5.0",
"yargs": "~3.9.1"
},
"moduleType": [
diff --git a/build/package.json b/build/package.json
index 55a457e..df61779 100644
--- a/build/package.json
+++ b/build/package.json
@@ -56,7 +56,6 @@
"uglify-js": "~2.4.0",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
- "xyz": "^0.5.0",
"yargs": "~3.9.1"
},
"scripts": {
@@ -73,7 +72,7 @@
"jam": {
"main": "index.js",
"include": [
- "lib/async.js",
+ "build/async.js",
"README.md",
"LICENSE"
],
@@ -94,4 +93,4 @@
"tests"
]
}
-}
+} \ No newline at end of file