Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 7, 2023
1 parent 3edc0e3 commit 5aacdd8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": "https://github.com/cypress-io/commit-info/issues",
"contributors": [
"Gleb Bahmutov <[email protected]>",
"Currents Software Inc"
],
"bugs": "https://github.com/currents-dev/commit-info/issues",
"config": {
"pre-git": {
"commit-msg": "simple",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5aacdd8

Please sign in to comment.