Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Sep 25, 2021
1 parent 5f4b37d commit f2fea79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
22 changes: 5 additions & 17 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "github-release-notes",
"name": "@cjbarth/github-release-notes",
"version": "0.17.3",
"description": "Create a release from a tag and uses issues or commits to creating the release notes. It also can generate a CHANGELOG.md file based on the release notes (or generate a brand new).",
"main": "./github-release-notes.js",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/github-tools/github-release-notes.git"
"url": "git+https://github.com/cjbarth/github-release-notes.git"
},
"directories": {
"bin": "./bin",
Expand All @@ -39,13 +39,14 @@
"author": "alexcanessa",
"contributors": [
"Alex Canessa <canessa.alex@gmail.com>",
"Han <xsytby1112@gmail.com>"
"Han <xsytby1112@gmail.com>",
"Chris Barth <chrisjbarth@hotmail.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/github-tools/github-release-notes/issues"
"url": "https://github.com/cjbarth/github-release-notes/issues"
},
"homepage": "https://github.com/github-tools/github-release-notes#readme",
"homepage": "https://github.com/cjbarth/github-release-notes#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"base-64": "^0.1.0",
Expand Down

0 comments on commit f2fea79

Please sign in to comment.