Skip to content

Commit 929dd64

Browse files
authored
Fix Create Richmenu Tool in npx (#308)
Fix package.json
1 parent a40019a commit 929dd64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"line-bot-mcp-server": "./dist/index.js"
1212
},
1313
"files": [
14-
"dist"
14+
"dist",
15+
"richmenu-template"
1516
],
1617
"scripts": {
1718
"build": "tsc && shx chmod +x dist/*.js",

0 commit comments

Comments
 (0)