Skip to content

Commit

Permalink
chore: init bower
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dr-lazy committed Feb 3, 2022
1 parent 22adb4f commit 13a0596
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ repos:
- name: Check JSON code style with prettier
id: prettier-json
types: [json]
exclude: 'bower.json'
language: system
entry: prettier --write

Expand Down
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "purescript-effectful",
"license": [
"MPL-2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/the-dr-lazy/purescript-effectful"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v6.0.0",
"purescript-effect": "^v3.0.0",
"purescript-either": "^v5.0.0",
"purescript-exceptions": "^v5.0.0",
"purescript-maybe": "^v5.0.0",
"purescript-nullable": "^v5.0.0",
"purescript-partial": "^v3.0.0",
"purescript-prelude": "^v5.0.1",
"purescript-psci-support": "^v5.0.0",
"purescript-transformers": "^v5.2.0",
"purescript-typelevel-prelude": "^v6.0.0",
"purescript-unsafe-coerce": "^v5.0.0"
}
}

0 comments on commit 13a0596

Please sign in to comment.