Skip to content

Commit 72b0f29

Browse files
committed
Add provenance flag to package.json
1 parent 05293ce commit 72b0f29

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/fs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
],
4141
"sideEffects": false,
4242
"publishConfig": {
43-
"access": "public"
43+
"access": "public",
44+
"provenance": true
4445
},
4546
"main": "./dist/index.cjs",
4647
"esnext": "./dist/index.mjs",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@tests/semantic-release-config-public",
33
"publishConfig": {
4-
"access": "public"
4+
"access": "public",
5+
"provenance": true
56
}
67
}

0 commit comments

Comments
 (0)