summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-02-27 15:56:25 -0500
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-02-27 15:56:25 -0500
commitf5539224e5f68794837b9f892d54d871b15b21d6 (patch)
tree217794c3647a0d5ff6bbb1246e8f77aeb76fb8c2
parent7ee15953293b5ca8e173ab281742c3dfdcc5df50 (diff)
downloadasync-browser-ma.tar.gz
Set "browser" to index to allow tree-shakingbrowser-ma
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 76f9fac..928f14d 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"description": "Higher-order functions and common patterns for asynchronous code",
"version": "2.0.0-alpha",
"main": "dist/async.js",
+ "browser": "index.js",
"author": "Caolan McMahon",
"repository": {
"type": "git",
@@ -92,4 +93,4 @@
"tests"
]
}
-} \ No newline at end of file
+}