Skip to content

Commit

Permalink
add missing provenance information
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed May 14, 2024
1 parent e1763a3 commit c091cb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"files": [
"lib"
],
"publishConfig": {
"provenance": true,
"access": "public"
},
"scripts": {
"check": "tsc",
"compile": "tsup-node",
Expand Down
4 changes: 4 additions & 0 deletions plugins/convex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"typescript": "^4.9.0"
},
"types": "./lib/index.d.ts",
"publishConfig": {
"provenance": true,
"access": "public"
},
"exports": {
".": {
"require": "./lib/index.js",
Expand Down

0 comments on commit c091cb7

Please sign in to comment.