aboutsummaryrefslogtreecommitdiffhomepage
path: root/bower.json
diff options
context:
space:
mode:
authoreric <thul.eric@gmail.com>2016-03-12 14:56:34 -0500
committereric <thul.eric@gmail.com>2016-03-12 14:56:34 -0500
commit7c6f8623b2448e9a371d6c7964493e365843004c (patch)
tree5079dcf661e96520e9b37562b47ab4d83bc7496a /bower.json
parent55120f4502cb76e768f60654f3937db809df8ade (diff)
parentcb2f4c886fd1057fbf0511b46cab3489123ced23 (diff)
downloadpurs-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.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 761c24c..681612d 100644
--- a/bower.json
+++ b/bower.json
@@ -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}