Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tiphdousset committed Mar 16, 2021
1 parent 53f2cbe commit ff22553
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@
"url": "https://github.com/HivemindTechnologies/purescript-aws-sdk.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
"/bower_components/",
"/node_modules/",
"/.pulp-cache/",
"/output/",
"/generated-docs/",
"/.psc-package/",
"/.psc*",
"/.purs*",
"/.psa*",
"/.spago",
"*.psc-ide-port"
],
"dependencies": {
"purescript-aff-promise": "^v2.1.0",
Expand All @@ -22,10 +29,10 @@
"purescript-foreign": "^v6.0.0",
"purescript-formatters": "^v5.0.0",
"purescript-js-date": "^v7.0.0",
"purescript-justifill": "i-am-the-slime/purescript-justifill#^v0.2.0",
"purescript-monad-control": "^v5.0.0",
"purescript-node-buffer": "^v7.0.0",
"purescript-nullable": "^v5.0.0",
"purescript-justifill": "i-am-the-slime/purescript-justifill#^v0.2.0",
"purescript-numbers": "^v8.0.0"
}
}

0 comments on commit ff22553

Please sign in to comment.