From 5f85484c71f0f284d5945f5159a583302362450d Mon Sep 17 00:00:00 2001 From: vkaltae9 Date: Thu, 29 Jul 2021 16:41:18 +0530 Subject: [PATCH] fix: minor version upgrade --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ",