summaryrefslogtreecommitdiff
path: root/build/component.json
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-02-23 16:09:53 -0800
committerAlexander Early <alexander.early@gmail.com>2016-02-23 16:10:07 -0800
commit070ed49496d5cf0b3c31a8091608610961191238 (patch)
treee26f489e37ae3a227867b3d1dfe6c04afa361c23 /build/component.json
parent3cf46d01b44c31203f4e59db280378a58d760d0d (diff)
downloadasync-modularization.tar.gz
gitignore build directoriesmodularization
Diffstat (limited to 'build/component.json')
-rw-r--r--build/component.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/build/component.json b/build/component.json
deleted file mode 100644
index 2ce99fc..0000000
--- a/build/component.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "async",
- "description": "Higher-order functions and common patterns for asynchronous code",
- "version": "2.0.0-alpha",
- "keywords": [
- "async",
- "callback",
- "module",
- "utility"
- ],
- "license": "MIT",
- "main": "dist/async.js",
- "repository": "caolan/async",
- "scripts": [
- "dist/async.js"
- ]
-} \ No newline at end of file