diff options
author | eric thul <thul.eric@gmail.com> | 2016-03-06 11:47:39 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-03-06 11:47:39 -0500 |
commit | 1c49c88ed60341341ab2b82aba738e8fc1179941 (patch) | |
tree | 7e9aa26412c4b907e6432a879dd4b5fd5634b687 /bower.json | |
parent | 17f22f868b851e50081844562627a7a8a414dcaa (diff) | |
download | purs-loader-1c49c88ed60341341ab2b82aba738e8fc1179941.tar.gz purs-loader-1c49c88ed60341341ab2b82aba738e8fc1179941.tar.zst purs-loader-1c49c88ed60341341ab2b82aba738e8fc1179941.zip |
Writes PureScript output to stderr
Resolves #40
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ | |||
5 | "purescript-aff": "^0.13.0", | 5 | "purescript-aff": "^0.13.0", |
6 | "purescript-foreign": "^0.7.0", | 6 | "purescript-foreign": "^0.7.0", |
7 | "purescript-unsafe-coerce": "~0.1.0", | 7 | "purescript-unsafe-coerce": "~0.1.0", |
8 | "purescript-nullable": "~0.2.1" | 8 | "purescript-nullable": "~0.2.1", |
9 | "purescript-node-process": "~0.4.1" | ||
9 | } | 10 | } |
10 | } | 11 | } |