Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 03e64fc

Browse files
committed
Tweak dependency bounds
1 parent cca72e0 commit 03e64fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"package.json"
2525
],
2626
"dependencies": {
27-
"purescript-lists": "~0.7.0",
28-
"purescript-st": "~0.1.0",
29-
"purescript-functions": "~0.1.0"
27+
"purescript-lists": "^0.7.0",
28+
"purescript-st": "^0.1.0",
29+
"purescript-functions": "^0.1.0"
3030
},
3131
"devDependencies": {
32-
"purescript-quickcheck": "~0.6.0"
32+
"purescript-quickcheck": "^0.6.0"
3333
}
3434
}

0 commit comments

Comments
 (0)