Skip to content

Commit

Permalink
Regenerate bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
megamaddu committed Mar 5, 2021
1 parent af7840b commit 8b7d2f5
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"name": "purescript-react-basic",
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"repository": {
"type": "git",
"url": "https://github.com/lumihq/purescript-react-basic.git"
},
"dependencies": {
"purescript-effect": "^3.0.0",
"purescript-record": "^3.0.0",
"purescript-prelude": "^5.0.0"
}
"name": "purescript-react-basic",
"license": [
"Apache-2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/lumihq/purescript-react-basic"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-effect": "^v3.0.0",
"purescript-prelude": "^v5.0.0",
"purescript-record": "^v3.0.0"
}
}

0 comments on commit 8b7d2f5

Please sign in to comment.