Add more information about the repository and add link for issues

This commit is contained in:
Peter Stuifzand 2019-02-17 10:27:18 +01:00
parent f571d95104
commit c384efeb71

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-contrib-micropub", "name" : "node-red-contrib-micropub",
"version": "0.3.0", "version": "0.3.1",
"description": "Node that publishes to micropub endpoints", "description": "Node that publishes to micropub endpoints",
"dependencies": { "dependencies": {
"micropub-helper": "1.5.3" "micropub-helper": "1.5.3"
@ -11,5 +11,10 @@
"indieauth": "indieauth.js", "indieauth": "indieauth.js",
"micropub-create": "micropub-create.js" "micropub-create": "micropub-create.js"
} }
},
"repository": "github:pstuifzand/node-red-contrib-micropub",
"bugs": {
"url" : "https://github.com/pstuifzand/node-red-contrib-micropub/issues",
"email" : "node-red@p83.nl"
} }
} }