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

Commit 5d3e81a

Browse files
committed
Publish npm(test)
1 parent 7a1e2e9 commit 5d3e81a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wechatbot-webhook",
3-
"version": "2.8.1",
3+
"version": "2.8.1-beta.0",
44
"description": "一个小小的微信机器人webhook,帮你抹平了很多自己开发的障碍,基于 http 请求",
55
"keywords": [
66
"wechat",
@@ -10,6 +10,9 @@
1010
"http-service"
1111
],
1212
"main": "main.js",
13+
"files": [
14+
"static"
15+
],
1316
"scripts": {
1417
"prestart": "node ./scripts/preStart",
1518
"start": "node main",

0 commit comments

Comments
 (0)