Commit 7bf225dd authored by nanahira's avatar nanahira

fix types path

parent 4211bb2d
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"version": "8.2.3", "version": "8.2.3",
"description": "Koishi 的 [SRVPro](https://github.com/mycard/srvpro) 房间列表插件", "description": "Koishi 的 [SRVPro](https://github.com/mycard/srvpro) 房间列表插件",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/src/index.d.ts",
"scripts": { "scripts": {
"lint": "eslint --fix .", "lint": "eslint --fix .",
"build": "webpack && env PACK_ALL=1 webpack", "build": "webpack && env PACK_ALL=1 webpack",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment