Skip to content

Commit 44e719a

Browse files
committed
Use versions in dependencies
1 parent 3346419 commit 44e719a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

bower.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "purescript-string-parsers",
3-
"description": "A parsing library for parsing strings",
4-
"keywords": ["purescript"],
3+
"description": "A parsing library for parsing strings",
4+
"keywords": [
5+
"purescript"
6+
],
57
"ignore": [
68
"**/.*",
79
"bower_components",
@@ -18,11 +20,11 @@
1820
"purescript-control": "~0.2.0",
1921
"purescript-arrays": "~0.2.0",
2022
"purescript-maybe": "~0.2.0",
21-
"purescript-strings": "*",
22-
"purescript-foldable-traversable" : "*"
23+
"purescript-strings": "~0.3.3",
24+
"purescript-foldable-traversable": "~0.1.4"
2325
},
2426
"devDependencies": {
25-
"purescript-math": "*",
26-
"purescript-quickcheck": "*"
27+
"purescript-math": "~0.1.0",
28+
"purescript-quickcheck": "~0.2.2"
2729
}
2830
}

0 commit comments

Comments
 (0)