Skip to content

Commit f8207d1

Browse files
committed
ci(release): moved the provenance flag from the npmrc to publishConfig
1 parent d239e94 commit f8207d1

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
@@ -53,7 +53,8 @@
5353
"lib/"
5454
],
5555
"publishConfig": {
56-
"access": "public"
56+
"access": "public",
57+
"provenance": true
5758
},
5859
"dependencies": {
5960
"@form8ion/core": "^2.0.0",

0 commit comments

Comments
 (0)