Skip to content

Commit 571ddb4

Browse files
authored
Merge pull request #4 from hey-api/fix/semantic-release-3
chore: add corepack
2 parents cc98f0d + fcbc089 commit 571ddb4

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

package.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22
"name": "@hey-api/c12",
33
"version": "3.2.1",
44
"description": "Smart Config Loader",
5-
"repository": "hey-api/c12",
5+
"homepage": "https://heyapi.dev/",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/hey-api/c12.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/hey-api/c12/issues"
12+
},
613
"license": "MIT",
14+
"author": {
15+
"email": "[email protected]",
16+
"name": "Hey API",
17+
"url": "https://heyapi.dev"
18+
},
19+
"funding": "https://github.com/sponsors/hey-api",
720
"sideEffects": false,
821
"type": "module",
9-
"publishConfig": {
10-
"access": "public",
11-
"registry": "https://npm.pkg.github.com"
12-
},
1322
"exports": {
1423
".": {
1524
"types": "./dist/index.d.mts",

0 commit comments

Comments
 (0)