Skip to content

Commit a7580ce

Browse files
committed
build: rename package to Octokit scope
1 parent b952f71 commit a7580ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wolfy1339/openapi-webhooks",
2+
"name": "@octokit/openapi-webhooks",
33
"private": true,
44
"version": "0.0.0-development",
55
"description": "GitHub's official Webhooks OpenAPI spec with Octokit extensions",
@@ -15,7 +15,7 @@
1515
"lint": "prettier --check '*.{md,json}' 'scripts/**/*.{js,json}' 'packages/**/*.{ts,md,json,d.ts}'",
1616
"lint:fix": "prettier --write '*.{md,json}' 'scripts/**/*.{js,json}' 'packages/**/*.{ts,md,json,d.ts}'"
1717
},
18-
"repository": "github:wolfy1339/openapi-webhooks",
18+
"repository": "github:octokit/openapi-webhooks",
1919
"keywords": [
2020
"github",
2121
"openapi",

0 commit comments

Comments
 (0)