We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a002b26 commit 8fbb350Copy full SHA for 8fbb350
bower.json
@@ -1,6 +1,5 @@
1
{
2
"name": "purescript-node-http",
3
- "version": "1.0.0",
4
"moduleType": [
5
"node"
6
],
@@ -10,12 +9,16 @@
10
9
"bower_components",
11
"output"
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git://github.com/purescript-node/purescript-node-http.git"
15
+ },
16
"devDependencies": {
17
"purescript-console": "^0.1.0"
18
},
19
"dependencies": {
- "purescript-maps": "~0.5.0",
- "purescript-node-streams": "~0.1.0",
- "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"
23
}
24
0 commit comments