diff --git a/package-lock.json b/package-lock.json index ec77284..0267bc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "@cypress/commit-info", - "version": "0.0.0-development", + "name": "@currents/commit-info", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@cypress/commit-info", - "version": "0.0.0-development", + "name": "@currents/commit-info", + "version": "1.0.0", "license": "MIT", "dependencies": { "bluebird": "3.5.5", diff --git a/package.json b/package.json index 94597ed..013cfd9 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,13 @@ { - "name": "@cypress/commit-info", + "name": "@currents/commit-info", "description": "Collects Git commit info from CI or from CLI", - "version": "0.0.0-development", + "version": "1.0.0", "author": "Gleb Bahmutov ", - "bugs": "https://github.com/cypress-io/commit-info/issues", + "contributors": [ + "Gleb Bahmutov ", + "Currents Software Inc" + ], + "bugs": "https://github.com/currents-dev/commit-info/issues", "config": { "pre-git": { "commit-msg": "simple", @@ -30,7 +34,7 @@ "src/*.js", "!src/*-spec.js" ], - "homepage": "https://github.com/cypress-io/commit-info#readme", + "homepage": "https://github.com/currents-dev/commit-info#readme", "keywords": [ "cli", "commit", @@ -45,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/cypress-io/commit-info.git" + "url": "https://github.com/currents-dev/commit-info.git" }, "scripts": { "ban": "ban",