Skip to content

Commit b6a5df8

Browse files
committed
fix(release): add npm OIDC provenance support
1 parent aa044dd commit b6a5df8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"keywords": [],
66
"license": "MIT",
77
"author": "",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/KarinJS/plugins-list"
11+
},
812
"type": "module",
913
"exports": {
1014
".": "./types.ts"
@@ -18,4 +22,4 @@
1822
"pub": "npm publish --access public",
1923
"sync": "curl -X PUT \"https://registry-direct.npmmirror.com/-/package/@karinjs/plugins-list/syncs\""
2024
}
21-
}
25+
}

0 commit comments

Comments
 (0)