diff options
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ | |||
1 | { | 1 | { |
2 | "name": "purs-loader", | 2 | "name": "purs-loader", |
3 | "private": true, | 3 | "private": true, |
4 | "devDependencies": { | 4 | "dependencies": { |
5 | "purescript-aff": "^0.13.0", | 5 | "purescript-aff": "^0.13.0", |
6 | "purescript-strings": "^0.7.0", | 6 | "purescript-strings": "^0.7.0", |
7 | "purescript-foreign": "^0.7.0" | 7 | "purescript-foreign": "^0.7.0", |
8 | "purescript-unsafe-coerce": "~0.1.0" | ||
8 | } | 9 | } |
9 | } | 10 | } |