Skip to content

Commit a7e1e3c

Browse files
author
Zeno Rocha
committed
Merge pull request jquery-boilerplate#77 from audreyr/add-repo-field
Add repository to package.json.
2 parents 899a1a6 + 7d04caf commit a7e1e3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"title": "jQuery Boilerplate",
44
"description": "A jump-start for jQuery plugins development.",
55
"author": "Zeno Rocha",
6+
"repository": {
7+
"type" : "git",
8+
"url" : "http://github.com/jquery-boilerplate/boilerplate.git"
9+
},
610
"homepage": "https://github.com/jquery-boilerplate/boilerplate/",
711
"version": "3.3.1",
812
"devDependencies": {

0 commit comments

Comments
 (0)