Skip to content

Commit e596120

Browse files
committed
Disables provenance in package.json
1 parent 32b3caf commit e596120

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
},
8383
"publishConfig": {
8484
"access": "public",
85-
"@shopify:registry": "https://registry.npmjs.org"
85+
"@shopify:registry": "https://registry.npmjs.org",
86+
"provenance": false
8687
},
8788
"browserslist": [
8889
"last 3 chrome versions",

0 commit comments

Comments
 (0)