diff --git a/package.json b/package.json index e31f7d9..19a4001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "banner-card", - "version": "0.13.0", + "version": "1.0.0-development", "main": "index.js", "author": "Raymond Julin ", "description": "A fluffy banner card for Home Assistant", @@ -64,5 +64,9 @@ "path": "dist/banner-card.js", "limit": "15 KB" } - ] + ], + "repository": { + "type": "git", + "url": "https://github.com/nervetattoo/banner-card.git" + } }