diff --git a/package.json b/package.json index e5dfebe..ba9fca8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-contrib-micropub", - "version": "0.3.0", + "version": "0.3.1", "description": "Node that publishes to micropub endpoints", "dependencies": { "micropub-helper": "1.5.3" @@ -11,5 +11,10 @@ "indieauth": "indieauth.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" } }