diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-25 05:57:23 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-25 05:57:23 +0000 |
| commit | c27a1b924a8e07079e7dc8c61923a765df46c9e9 (patch) | |
| tree | bcc2fb017ed8f5f1c8290725009999a16abfbae5 /node_modules/promise/lib/index.js | |
| parent | 1904de750f421cce9bec21ab89c50ea7a38a37d4 (diff) | |
| parent | 6d8857b2a3774db605f10631e327f152f241834b (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'node_modules/promise/lib/index.js')
| -rw-r--r-- | node_modules/promise/lib/index.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/promise/lib/index.js b/node_modules/promise/lib/index.js new file mode 100644 index 0000000..6e674f3 --- /dev/null +++ b/node_modules/promise/lib/index.js @@ -0,0 +1,8 @@ +'use strict'; + +module.exports = require('./core.js'); +require('./done.js'); +require('./finally.js'); +require('./es6-extensions.js'); +require('./node-extensions.js'); +require('./synchronous.js'); |
