Skip to content

Commit 19e4d60

Browse files
committed
Remove wrong package information
1 parent b1c2682 commit 19e4d60

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@femessage/github-release-notes",
3-
"version": "0.17.0",
2+
"name": "github-release-notes",
3+
"version": "0.17.1",
44
"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).",
55
"main": "./github-release-notes.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/femessage/github-release-notes.git"
17+
"url": "git+https://github.com/github-tools/github-release-notes.git"
1818
},
1919
"directories": {
2020
"bin": "./bin",
@@ -42,9 +42,9 @@
4242
],
4343
"license": "ISC",
4444
"bugs": {
45-
"url": "https://github.com/femessage/github-release-notes/issues"
45+
"url": "https://github.com/github-tools/github-release-notes/issues"
4646
},
47-
"homepage": "https://github.com/femessage/github-release-notes#readme",
47+
"homepage": "https://github.com/github-tools/github-release-notes#readme",
4848
"dependencies": {
4949
"babel-runtime": "^6.26.0",
5050
"base-64": "^0.1.0",
@@ -98,6 +98,5 @@
9898
"nyc": "^13.1.0",
9999
"tap-nyan": "^1.1.0",
100100
"yamljs": "^0.3.0"
101-
},
102-
"gren": "https://raw.githubusercontent.com/FEMessage/.github/master/.grenrc.js"
101+
}
103102
}

0 commit comments

Comments
 (0)