Skip to content

Commit 62da614

Browse files
committed
Updated bower.json
1 parent 39e2902 commit 62da614

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

bower.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
2-
"name": "purescript-react-halo",
3-
"license": [
4-
"BSD-3-Clause"
5-
],
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/robertdp/purescript-react-halo.git"
9-
},
10-
"ignore": [
11-
"**/.*",
12-
"node_modules",
13-
"bower_components",
14-
"output"
15-
],
16-
"dependencies": {
17-
"purescript-aff": "^v5.1.2",
18-
"purescript-event": "^v1.3.0",
19-
"purescript-free": "^v5.2.0",
20-
"purescript-freeap": "^v5.0.1",
21-
"purescript-react-basic-hooks": "^v6.2.0",
22-
"purescript-refs": "^v4.1.0"
23-
}
2+
"name": "purescript-react-halo",
3+
"license": [
4+
"BSD-3-Clause"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/robertdp/purescript-react-halo.git"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-aff": "^v5.1.2",
18+
"purescript-event": "^v1.3.0",
19+
"purescript-free": "^v5.2.0",
20+
"purescript-freeap": "^v5.0.1",
21+
"purescript-react-basic-hooks": "^v6.2.0",
22+
"purescript-refs": "^v4.1.0",
23+
"purescript-unsafe-reference": "^v3.1.0"
24+
}
2425
}

0 commit comments

Comments
 (0)