Skip to content

Commit cae1773

Browse files
committed
fix: remove provenance and invalid bin for local publish
1 parent ef0aa70 commit cae1773

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
"default": "./dist/index.js"
1616
}
1717
},
18-
"bin": {
19-
"canvas": "./src/canvas/cli.ts"
20-
},
18+
2119
"scripts": {
2220
"build": "bun build ./src/index.ts --outdir dist --target bun",
2321
"start": "bun run src/canvas/cli.ts",
@@ -26,11 +24,10 @@
2624
},
2725
"repository": {
2826
"type": "git",
29-
"url": "https://github.com/mailshieldai/opencode-canvas"
27+
"url": "git+https://github.com/mailshieldai/opencode-canvas.git"
3028
},
3129
"publishConfig": {
32-
"access": "public",
33-
"provenance": true
30+
"access": "public"
3431
},
3532
"files": [
3633
"dist",

0 commit comments

Comments
 (0)