Skip to content

Commit 8b7d2f5

Browse files
committedMar 5, 2021
Regenerate bower.json
1 parent af7840b commit 8b7d2f5

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed
 

Diff for: ‎bower.json

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

0 commit comments

Comments
 (0)