diff --git a/package.json b/package.json index c1cab04..75916e1 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,16 @@ { "name": "github-repos-search-test", - "version": "1.0.0", + "version": "0.0.0-development", "description": "", "main": "index.js", "homepage": "https://github.com/vkalta/github-repos-search-test", "repository": { "type": "git", - "url": "git+https://github.com/vkalta/github-repos-search-test" + "url": "https://github.com/vkalta/github-repos-search-test" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "semantic-release": "semantic-release" }, "keywords": [], "author": "Vikram Kalta ",