Disables provenance in package.json

This commit is contained in:
Max Hoffmann 2025-10-22 08:31:29 -07:00
parent 32b3cafaa2
commit e596120c9e
No known key found for this signature in database
GPG Key ID: 7111608BDA691719

View File

@ -82,7 +82,8 @@
},
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
"@shopify:registry": "https://registry.npmjs.org",
"provenance": false
},
"browserslist": [
"last 3 chrome versions",