Skip to content

Commit

Permalink
Add provenance to publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 26, 2024
1 parent 15092eb commit 9c7364d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"dist"
],
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}
3 changes: 2 additions & 1 deletion packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"dist"
],
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}

0 comments on commit 9c7364d

Please sign in to comment.