Skip to content

Commit bcd1262

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"access": "public"
55
},
66
"version": "0.0.0-development",
7-
"description": "Universal library to retrieve GitHub’s identity URL for the OAuth web flow",
7+
"description": "Universal library to retrieve GitHub’s identity URL for the OAuth web flow",
88
"scripts": {
99
"build": "pika build",
1010
"test": "jest --coverage"
1111
},
12-
"repository": "https://github.com/octokit/oauth-authorization-url.js",
12+
"repository": "github:octokit/oauth-authorization-url.js",
1313
"files": [
1414
"lib"
1515
],
@@ -20,10 +20,6 @@
2020
],
2121
"author": "Gregor Martynus (https://github.com/gr2m)",
2222
"license": "MIT",
23-
"bugs": {
24-
"url": "https://github.com/octokit/oauth-authorization-url.js/issues"
25-
},
26-
"homepage": "https://github.com/octokit/oauth-authorization-url.js#readme",
2723
"devDependencies": {
2824
"@pika/pack": "^0.5.0",
2925
"@pika/plugin-build-node": "^0.9.0",

0 commit comments

Comments
 (0)