Skip to content

Commit ed022f4

Browse files
committed
ci(release): moved the provenance config to publishConfig
since is it really only relevant for publishing
1 parent c93006e commit ed022f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
update-notifier=false
2-
provenance=true

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"templates/"
5050
],
5151
"publishConfig": {
52-
"access": "public"
52+
"access": "public",
53+
"provenance": true
5354
},
5455
"config": {
5556
"commitizen": {

0 commit comments

Comments
 (0)