diff options
author | eric thul <thul.eric@gmail.com> | 2016-02-24 22:53:40 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-02-24 22:53:40 -0500 |
commit | 460393439a8dd7d94fe02a2013e96c9146282bf1 (patch) | |
tree | 178492f39cc5afa716f1c403d4a28d45606336a3 /bower.json | |
parent | ef1525b5a0fe3f4561493aaca49907dba827dbd6 (diff) | |
download | purs-loader-460393439a8dd7d94fe02a2013e96c9146282bf1.tar.gz purs-loader-460393439a8dd7d94fe02a2013e96c9146282bf1.tar.zst purs-loader-460393439a8dd7d94fe02a2013e96c9146282bf1.zip |
Adds dependencies of modules process by the loader.
The module file path and dependency graph information is provided by the
purescript-webpack-plugin.
Resolves #37
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ | |||
3 | "private": true, | 3 | "private": true, |
4 | "dependencies": { | 4 | "dependencies": { |
5 | "purescript-aff": "^0.13.0", | 5 | "purescript-aff": "^0.13.0", |
6 | "purescript-strings": "^0.7.0", | ||
7 | "purescript-foreign": "^0.7.0", | 6 | "purescript-foreign": "^0.7.0", |
8 | "purescript-unsafe-coerce": "~0.1.0" | 7 | "purescript-unsafe-coerce": "~0.1.0", |
8 | "purescript-nullable": "~0.2.1" | ||
9 | } | 9 | } |
10 | } | 10 | } |