Skip to content

Commit 06c5119

Browse files
committed
Merge pull request #7 from garyb/ready/repo-field
Add repository field to bower.json
2 parents 1fa4c0e + c4677a0 commit 06c5119

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bower.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"purescript"
88
],
99
"license": "Apache 2",
10+
"repository": {
11+
"type": "git",
12+
"url": "git://github.com/slamdata/purescript-pathy.git"
13+
},
1014
"ignore": [
1115
"**/.*",
1216
"bower_components",
@@ -26,4 +30,4 @@
2630
"purescript-strings": "^0.5.2",
2731
"purescript-transformers": "^0.6.1"
2832
}
29-
}
33+
}

0 commit comments

Comments
 (0)