summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-02-10 15:14:36 -0800
committerAlexander Early <alexander.early@gmail.com>2016-02-10 15:14:36 -0800
commitb001e4a9c3e51bf277d69b54e5776caa7099a455 (patch)
tree6c5a9b18d54393b0730d742c5ce469c1f44342a0 /index.js
parent8a7f8642467222519cc722c3c634036fbc9d9068 (diff)
downloadasync-b001e4a9c3e51bf277d69b54e5776caa7099a455.tar.gz
handle moved lodash internal methods
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.js b/index.js
index 0d0b270..031f690 100644
--- a/index.js
+++ b/index.js
@@ -1 +1,3 @@
-module.exports = require("./build/")
+// This is not the main file in the npm package, but here so we can use github
+// tarballs as packages when necessary.
+module.exports = require("./build/");