Skip to content

Commit

Permalink
Bump version and add repo,bugs & homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Nov 10, 2016
1 parent b7b35be commit 5ea8b97
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-alexa-home-skill",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,6 +11,14 @@
"alexa",
"echo"
],
"bugs": {
"url" : "https://github.com/hardillb/node-red-contrib-alexa-home-skill/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/hardillb/node-red-contrib-alexa-home-skill"
},
"homepage": "https://alexa-node-red.eu-gb.mybluemix.net",
"node-red": {
"nodes": {
"alexa": "alexa.js"
Expand Down

0 comments on commit 5ea8b97

Please sign in to comment.