diff --git a/package.json b/package.json index b55d47c..3c24c12 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "adapt-ui", - "version": "0.0.4", + "version": "0.0.1", "description": "React toolkit to create theme adaptable user interfaces", - "repository": "https://github.com/matheusps/adapt-ui.git", - "author": "matheusps ", + "repository": { + "type": "git", + "url": "git+https://github.com/matheusps/adapt-ui.git" + }, + "author": "matheusps ", "license": "MIT", "private": false, "main": "dist/index.js", @@ -81,5 +84,9 @@ "json", "node" ] - } + }, + "bugs": { + "url": "https://github.com/matheusps/adapt-ui/issues" + }, + "homepage": "https://github.com/matheusps/adapt-ui#readme" }