Skip to content

Commit

Permalink
rewrite bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
megamaddu committed May 15, 2022
1 parent 88bfd95 commit e98e12b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"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": "^4.0.0",
"purescript-prelude": "^6.0.0",
"purescript-record": "^4.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": "^v4.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-record": "^v4.0.0"
}
}

0 comments on commit e98e12b

Please sign in to comment.