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

Commit

Permalink
Publish npm (test): fix missing entries
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed Nov 29, 2024
1 parent 59c7acb commit f8f8e34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechatbot-webhook",
"version": "2.8.1-beta.0",
"version": "2.8.1-beta.1",
"description": "给微信里加个 webhook 机器人,支持docker部署",
"keywords": [
"wechat",
Expand All @@ -11,7 +11,10 @@
],
"main": "index.js",
"files": [
"static"
"static",
"lib/bot.js",
"preStart.js",
".env.example"
],
"scripts": {
"build": "node scripts/build.js"
Expand Down

0 comments on commit f8f8e34

Please sign in to comment.