diff options
author | Cyril Sobierajewicz <cyril.sobierajewicz@fretlink.com> | 2018-12-03 11:57:08 +0100 |
---|---|---|
committer | Cyril Sobierajewicz <cyril.sobierajewicz@fretlink.com> | 2018-12-03 12:04:57 +0100 |
commit | 65d0bcab6687d015198a4e4b56747cc29ad2fdd1 (patch) | |
tree | 94de059ecb49e973655ced9f906ceb6b581ab811 | |
parent | e3de0f7156c579e5db05e6cb895df3884e8b9cdd (diff) | |
download | purs-loader-65d0bcab6687d015198a4e4b56747cc29ad2fdd1.tar.gz purs-loader-65d0bcab6687d015198a4e4b56747cc29ad2fdd1.tar.zst purs-loader-65d0bcab6687d015198a4e4b56747cc29ad2fdd1.zip |
Allow utils to be required with `purs-loader/utils`
-rw-r--r-- | utils.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.js b/utils.js new file mode 100644 index 0000000..cec6101 --- /dev/null +++ b/utils.js | |||
@@ -0,0 +1 @@ | |||
module.exports = require('./lib/utils'); | |||