diff options
author | Alexander Early <alexander.early@gmail.com> | 2016-02-10 15:14:36 -0800 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2016-02-10 15:14:36 -0800 |
commit | b001e4a9c3e51bf277d69b54e5776caa7099a455 (patch) | |
tree | 6c5a9b18d54393b0730d742c5ce469c1f44342a0 /index.js | |
parent | 8a7f8642467222519cc722c3c634036fbc9d9068 (diff) | |
download | async-b001e4a9c3e51bf277d69b54e5776caa7099a455.tar.gz |
handle moved lodash internal methods
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/"); |