Skip to content

Commit 8fbb350

Browse files
committed
Pursuit
1 parent a002b26 commit 8fbb350

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

bower.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "purescript-node-http",
3-
"version": "1.0.0",
43
"moduleType": [
54
"node"
65
],
@@ -10,12 +9,16 @@
109
"bower_components",
1110
"output"
1211
],
12+
"repository": {
13+
"type": "git",
14+
"url": "git://github.com/purescript-node/purescript-node-http.git"
15+
},
1316
"devDependencies": {
1417
"purescript-console": "^0.1.0"
1518
},
1619
"dependencies": {
17-
"purescript-maps": "~0.5.0",
18-
"purescript-node-streams": "~0.1.0",
19-
"purescript-unsafe-coerce": "~0.1.0"
20+
"purescript-maps": "^0.5.0",
21+
"purescript-node-streams": "^0.1.1",
22+
"purescript-unsafe-coerce": "^0.1.1"
2023
}
2124
}

0 commit comments

Comments
 (0)