Skip to content

Commit 08978f6

Browse files
author
eleung
committed
Fix: web folder content is still wrong, missing embedding scripts and css
1 parent 09af71a commit 08978f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finogeek/cxagent",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -35,7 +35,9 @@
3535
"README.zh-CN.md",
3636
"brain.md",
3737
"dist/",
38-
"web/",
38+
"web/finclip-chat.iife.js",
39+
"web/finclip-chat-embed.iife.js",
40+
"web/style.css",
3941
"!dist/**/*.map",
4042
"!dist/tests/"
4143
],

0 commit comments

Comments
 (0)