Skip to content

Commit 1fcc922

Browse files
committed
add version bounds
1 parent 1224a1f commit 1fcc922

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dist"
1313
],
1414
"dependencies": {
15-
"purescript-control": "*",
16-
"purescript-either": "*",
15+
"purescript-control": "~0.2.1",
16+
"purescript-either": "~0.1.3",
1717
"purescript-exists": "*",
18-
"purescript-transformers": "*",
19-
"purescript-lazy": "*",
20-
"purescript-foldable-traversable": "*"
18+
"purescript-transformers": "~0.2.0",
19+
"purescript-lazy": "~0.1.0",
20+
"purescript-foldable-traversable": "~0.1.3"
2121
}
2222
}

0 commit comments

Comments
 (0)