Skip to content

Commit d08fdd2

Browse files
committed
Remove GitHub Packages references
1 parent f667799 commit d08fdd2

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

packages/definitions-parser/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
"license": "MIT",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
9-
"publishConfig": {
10-
"access": "public",
11-
"registry": "https://npm.pkg.github.com/"
12-
},
139
"repository": {
1410
"type": "git",
1511
"url": "git+https://github.com/DefinitelyTyped/tools.git",

packages/header-parser/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
"license": "MIT",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
10-
"publishConfig": {
11-
"access": "public",
12-
"registry": "https://npm.pkg.github.com/"
13-
},
1410
"repository": {
1511
"type": "git",
1612
"url": "git+https://github.com/DefinitelyTyped/tools.git",

packages/publisher/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,5 @@
7474
"engines": {
7575
"node": ">=6.10.0"
7676
},
77-
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
78-
"publishConfig": {
79-
"access": "public",
80-
"registry": "https://npm.pkg.github.com/"
81-
}
77+
"homepage": "https://github.com/DefinitelyTyped/tools#readme"
8278
}

packages/utils/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
"license": "MIT",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
9-
"publishConfig": {
10-
"access": "public",
11-
"registry": "https://npm.pkg.github.com/"
12-
},
139
"repository": {
1410
"type": "git",
1511
"url": "git+https://github.com/DefinitelyTyped/tools.git",

0 commit comments

Comments
 (0)