Skip to content

Commit 0345347

Browse files
committed
3.1.0
1 parent c9645ef commit 0345347

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "gh-release",
33
"description": "Create a release for a node package on github.",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"author": "Nate Goldman <[email protected]> (http://ungoldman.com/)",
66
"bin": {
77
"gh-release": "./bin/cli.js"
88
},
99
"bugs": {
10-
"url": "https://github.com/ungoldman/gh-release/issues"
10+
"url": "https://github.com/hypermodules/gh-release/issues"
1111
},
1212
"contributors": [
1313
"Nate Goldman <[email protected]>",
@@ -50,7 +50,7 @@
5050
"lib/",
5151
"index.js"
5252
],
53-
"homepage": "https://github.com/ungoldman/gh-release",
53+
"homepage": "https://github.com/hypermodules/gh-release",
5454
"keywords": [
5555
"changelog",
5656
"github",
@@ -62,7 +62,7 @@
6262
"main": "index.js",
6363
"repository": {
6464
"type": "git",
65-
"url": "git+https://github.com/ungoldman/gh-release.git"
65+
"url": "git+https://github.com/hypermodules/gh-release.git"
6666
},
6767
"scripts": {
6868
"gh-pages": "npm run site && gh-pages -d site",

0 commit comments

Comments
 (0)