diff options
author | eric <thul.eric@gmail.com> | 2016-03-12 14:56:34 -0500 |
---|---|---|
committer | eric <thul.eric@gmail.com> | 2016-03-12 14:56:34 -0500 |
commit | 7c6f8623b2448e9a371d6c7964493e365843004c (patch) | |
tree | 5079dcf661e96520e9b37562b47ab4d83bc7496a /bower.json | |
parent | 55120f4502cb76e768f60654f3937db809df8ade (diff) | |
parent | cb2f4c886fd1057fbf0511b46cab3489123ced23 (diff) | |
download | purs-loader-7c6f8623b2448e9a371d6c7964493e365843004c.tar.gz purs-loader-7c6f8623b2448e9a371d6c7964493e365843004c.tar.zst purs-loader-7c6f8623b2448e9a371d6c7964493e365843004c.zip |
Merge pull request #42 from ethul/topic/stderr
Writes PureScript output to stderr
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 | } |