Skip to content

Commit 249f612

Browse files
committed
fix: remove leading ./ from bin path in package.json
npm strips it during publish and warns each time.
1 parent bbb6882 commit 249f612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"main": "./build/index.js",
1515
"bin": {
16-
"influxdb-mcp-server": "./build/index.js"
16+
"influxdb-mcp-server": "build/index.js"
1717
},
1818
"scripts": {
1919
"build": "tsc",

0 commit comments

Comments
 (0)