Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit f8f8e34

Browse files
committed
Publish npm (test): fix missing entries
1 parent 59c7acb commit f8f8e34

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/cli/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wechatbot-webhook",
3-
"version": "2.8.1-beta.0",
3+
"version": "2.8.1-beta.1",
44
"description": "给微信里加个 webhook 机器人,支持docker部署",
55
"keywords": [
66
"wechat",
@@ -11,7 +11,10 @@
1111
],
1212
"main": "index.js",
1313
"files": [
14-
"static"
14+
"static",
15+
"lib/bot.js",
16+
"preStart.js",
17+
".env.example"
1518
],
1619
"scripts": {
1720
"build": "node scripts/build.js"

0 commit comments

Comments
 (0)