Skip to content

Commit e98e12b

Browse files
committed
rewrite bower.json
1 parent 88bfd95 commit e98e12b

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Diff for: bower.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "purescript-react-basic",
3-
"license": [
4-
"Apache-2.0"
5-
],
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/lumihq/purescript-react-basic"
9-
},
10-
"ignore": [
11-
"**/.*",
12-
"node_modules",
13-
"bower_components",
14-
"output"
15-
],
16-
"dependencies": {
17-
"purescript-effect": "^4.0.0",
18-
"purescript-prelude": "^6.0.0",
19-
"purescript-record": "^4.0.0"
20-
}
2+
"name": "purescript-react-basic",
3+
"license": [
4+
"Apache-2.0"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/lumihq/purescript-react-basic"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-effect": "^v4.0.0",
18+
"purescript-prelude": "^v6.0.0",
19+
"purescript-record": "^v4.0.0"
20+
}
2121
}

0 commit comments

Comments
 (0)