Skip to content

Commit 8832df3

Browse files
author
BusinessHotels.com
authored
Update package.json
1 parent ae23e15 commit 8832df3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "1.0.0",
44
"type": "module",
55
"bin": {
6-
"business-hotels-mcp": "./build/index.js"
6+
"business-hotels-mcp": "./dist/index.js"
77
},
88
"scripts": {
99
"build": "tsc",
1010
"prepare": "npm run build",
11-
"start": "node build/index.js"
11+
"start": "node dist/index.js"
1212
},
1313
"dependencies": {
1414
"@modelcontextprotocol/sdk": "^1.0.1",

0 commit comments

Comments
 (0)