Skip to content

Commit

Permalink
Merge pull request #7 from garyb/ready/repo-field
Browse files Browse the repository at this point in the history
Add repository field to bower.json
  • Loading branch information
jdegoes committed Aug 14, 2015
2 parents 1fa4c0e + c4677a0 commit 06c5119
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"purescript"
],
"license": "Apache 2",
"repository": {
"type": "git",
"url": "git://github.com/slamdata/purescript-pathy.git"
},
"ignore": [
"**/.*",
"bower_components",
Expand All @@ -26,4 +30,4 @@
"purescript-strings": "^0.5.2",
"purescript-transformers": "^0.6.1"
}
}
}

0 comments on commit 06c5119

Please sign in to comment.