Skip to content

Commit

Permalink
build(npm): enable provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 7, 2024
1 parent d72a661 commit a95eee9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"config"
],
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"config"
],
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"config"
],
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/no-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"config"
],
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a95eee9

Please sign in to comment.