summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-02-16 14:04:08 -0800
committerAlexander Early <alexander.early@gmail.com>2016-02-16 14:04:08 -0800
commit943dbed7ae5d407e30108ab29e7873d6c159b7ae (patch)
tree150254271dbb85cd00f14cbf0d03215000bc34cc
parent73d57d2635dacd7f4d22464355a239a4e3d6ea3f (diff)
downloadasync-943dbed7ae5d407e30108ab29e7873d6c159b7ae.tar.gz
remove esnext:main from package json
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6d4ea75..5c52695 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,6 @@
"description": "Higher-order functions and common patterns for asynchronous code",
"version": "2.0.0-alpha",
"main": "index.js",
- "esnext:main": "es/index.js",
"author": "Caolan McMahon",
"repository": {
"type": "git",
@@ -93,4 +92,4 @@
"tests"
]
}
-} \ No newline at end of file
+}