aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 6ec6ec0..0293f4a 100644
--- a/bower.json
+++ b/bower.json
@@ -1,5 +1,5 @@
{
- "name": "sucre",
+ "name": "glycemie",
"private": true,
"ignore": [
"**/.*",
@@ -8,6 +8,7 @@
"output"
],
"dependencies": {
- "purescript-halogen": "*"
+ "purescript-halogen": "*",
+ "purescript-spec": "*"
}
}