diff options
author | Cyril Sobierajewicz <cyril.sobierajewicz@fretlink.com> | 2018-12-03 15:50:11 +0100 |
---|---|---|
committer | Cyril Sobierajewicz <cyril.sobierajewicz@fretlink.com> | 2018-12-03 16:02:20 +0100 |
commit | d0154811afacfd2194bc93e443c43e30cab8f912 (patch) | |
tree | 03b230d14943918830d0c7e418716ed1dac61910 | |
parent | d8239dd526facd516600acfdbc808f415919117d (diff) | |
download | purs-loader-d0154811afacfd2194bc93e443c43e30cab8f912.tar.gz purs-loader-d0154811afacfd2194bc93e443c43e30cab8f912.tar.zst purs-loader-d0154811afacfd2194bc93e443c43e30cab8f912.zip |
Also fetch utils on npm installs
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 7383175..1cf9741 100644 --- a/package.json +++ b/package.json | |||
@@ -7,7 +7,8 @@ | |||
7 | "LICENSE", | 7 | "LICENSE", |
8 | "README.md", | 8 | "README.md", |
9 | "src", | 9 | "src", |
10 | "lib" | 10 | "lib", |
11 | "utils.js" | ||
11 | ], | 12 | ], |
12 | "scripts": { | 13 | "scripts": { |
13 | "build": "babel src --out-dir lib", | 14 | "build": "babel src --out-dir lib", |