Skip to content

Commit

Permalink
Disable provenance
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Harrison <[email protected]>
  • Loading branch information
feelepxyz committed Oct 25, 2023
1 parent 80ed899 commit 0c7826a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"provenance": "./bin/run"
"provenance": "bin/run"
},
"files": [
"/bin",
Expand All @@ -21,7 +21,7 @@
],
"publishConfig": {
"access": "public",
"provenance": true
"provenance": false
},
"scripts": {
"clean": "shx rm -rf dist",
Expand Down Expand Up @@ -62,4 +62,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}

0 comments on commit 0c7826a

Please sign in to comment.