Skip to content

Commit c2d3d95

Browse files
committed
Add repo info to package.json
1 parent 4740dac commit c2d3d95

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"Mike Marcacci (https://github.com/mike-marcacci)"
2424
],
2525
"license": "MIT",
26+
"homepage": "https://github.com/json-schema-form/angular-schema-form#readme",
27+
"bugs": {
28+
"url": "https://github.com/json-schema-form/angular-schema-form/issues"
29+
},
30+
"repository" : {
31+
"type" : "git",
32+
"url" : "http://github.com/json-schema-form/angular-schema-form.git"
33+
},
2634
"dependencies": {
2735
"angular": ">= 1.2",
2836
"tv4": "~1.0.15",

0 commit comments

Comments
 (0)