Skip to content

Commit d6b5a14

Browse files
committed
build(package): simplify repository fields
created using @octoherd and https://github.com/gr2m/octoherd-script-normalize-package-repository-field
1 parent 114f7ec commit d6b5a14

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest --coverage",
1111
"semantic-release": "semantic-release"
1212
},
13-
"repository": "https://github.com/octokit/auth.js",
13+
"repository": "github:octokit/auth.js",
1414
"keywords": [
1515
"github",
1616
"octokit",
@@ -19,10 +19,6 @@
1919
],
2020
"author": "Gregor Martynus (https://github.com/gr2m)",
2121
"license": "MIT",
22-
"bugs": {
23-
"url": "https://github.com/octokit/auth.js/issues"
24-
},
25-
"homepage": "https://github.com/octokit/auth.js#readme",
2622
"browser": {
2723
"@octokit/auth-action": "./pkg/dist-src/auth-action-browser.js"
2824
},

0 commit comments

Comments
 (0)