Skip to content

Commit 7c2ec11

Browse files
committed
Merge pull request #10 from hdgarrood/pursuit
Add repository field for Bower
2 parents 7772c88 + ccb1a8a commit 7c2ec11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bower.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "purescript-these",
33
"description": "Data type isomorphic to: α ∨ β ∨ (α ∧ β)",
44
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/purescript-contrib/purescript-these.git"
8+
},
59
"dependencies": {
610
"purescript-foldable-traversable": "^0.4.0",
711
"purescript-tuples": "^0.4.0"

0 commit comments

Comments
 (0)