diff options
author | --global <aearly@fluid.com> | 2016-01-12 17:05:31 -0800 |
---|---|---|
committer | --global <aearly@fluid.com> | 2016-01-12 17:05:37 -0800 |
commit | fbe399259a3e8147f199c73493f609b5662b8299 (patch) | |
tree | ca7db4f1811e2d928384387a47e60142840a2890 /package.json | |
parent | 74e44ade0545961559e4a30d0bc43092865da0a0 (diff) | |
download | async-fbe399259a3e8147f199c73493f609b5662b8299.tar.gz |
prevent having to require('async/foo').default
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 1fd6c5e..9e43837 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "devDependencies": { "babel-cli": "^6.3.17", "babel-core": "^6.3.26", + "babel-plugin-add-module-exports": "~0.1.2", "babel-plugin-transform-es2015-modules-commonjs": "^6.3.16", "babel-preset-es2015": "^6.3.13", "babelify": "^7.2.0", |