Skip to content

Commit ec8ece9

Browse files
Update bower.json
1 parent 2aa6088 commit ec8ece9

File tree

1 file changed

+34
-37
lines changed

1 file changed

+34
-37
lines changed

bower.json

Lines changed: 34 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,36 @@
11
{
2-
"name": "purescript-fetch-core",
3-
"license": [
4-
"MIT"
5-
],
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/purescript-contrib/purescript-js-fetch.git"
9-
},
10-
"ignore": [
11-
"**/.*",
12-
"node_modules",
13-
"bower_components",
14-
"output"
15-
],
16-
"dependencies": {
17-
"purescript-arraybuffer-types": "^v3.0.2",
18-
"purescript-arrays": "^v7.0.0",
19-
"purescript-console": "^v6.0.0",
20-
"purescript-effect": "^v4.0.0",
21-
"purescript-foldable-traversable": "^v6.0.0",
22-
"purescript-foreign": "^v7.0.0",
23-
"purescript-foreign-object": "^v4.0.0",
24-
"purescript-functions": "^v6.0.0",
25-
"purescript-http-methods": "^v6.0.0",
26-
"purescript-js-promise": "https://github.com/purescript-contrib/purescript-js-promise.git#^v1.0.0",
27-
"purescript-maybe": "^v6.0.0",
28-
"purescript-newtype": "^v5.0.0",
29-
"purescript-nullable": "^v6.0.0",
30-
"purescript-prelude": "^v6.0.0",
31-
"purescript-record": "^v4.0.0",
32-
"purescript-tuples": "^v7.0.0",
33-
"purescript-typelevel-prelude": "^v7.0.0",
34-
"purescript-unfoldable": "^v6.0.0",
35-
"purescript-unsafe-coerce": "^v6.0.0",
36-
"purescript-web-file": "^v4.0.0",
37-
"purescript-web-streams": "https://github.com/purescript-web/purescript-web-streams.git#^v4.0.0"
38-
}
2+
"name": "purescript-js-fetch",
3+
"license": [
4+
"MIT"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/purescript-contrib/purescript-js-fetch.git"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-arraybuffer-types": "^v3.0.2",
18+
"purescript-arrays": "^v7.2.1",
19+
"purescript-effect": "^v4.0.0",
20+
"purescript-foldable-traversable": "^v6.0.0",
21+
"purescript-foreign": "^v7.0.0",
22+
"purescript-foreign-object": "^v4.1.0",
23+
"purescript-functions": "^v6.0.0",
24+
"purescript-http-methods": "^v6.0.0",
25+
"purescript-js-promise": "https://github.com/purescript-contrib/purescript-js-promise.git#v1.0.0",
26+
"purescript-maybe": "^v6.0.0",
27+
"purescript-newtype": "^v5.0.0",
28+
"purescript-prelude": "^v6.0.1",
29+
"purescript-record": "^v4.0.0",
30+
"purescript-tuples": "^v7.0.0",
31+
"purescript-typelevel-prelude": "^v7.0.0",
32+
"purescript-unfoldable": "^v6.0.0",
33+
"purescript-web-file": "^v4.0.0",
34+
"purescript-web-streams": "https://github.com/purescript-web/purescript-web-streams.git#v3.0.0"
35+
}
3936
}

0 commit comments

Comments
 (0)