improves
Showing
This diff is collapsed.
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| "description": "A simple wrapper for Koishi.js, mainly for Windows.", | "description": "A simple wrapper for Koishi.js, mainly for Windows.", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "scripts": { | "scripts": { | ||
| "build": "tsc", | "build": "tsc && rm -rf ./dist/plugin && cp -rf ./plugin/dist ./dist/plugin", | ||
| "start": "node dist/index.js" | "start": "node dist/index.js" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| ... | @@ -17,7 +17,6 @@ | ... | @@ -17,7 +17,6 @@ |
| "author": "Nanahira", | "author": "Nanahira", | ||
| "license": "MIT", | "license": "MIT", | ||
| "dependencies": { | "dependencies": { | ||
| "koishi": "^3.14.1", | |||
| "koishi-adapter-onebot": "^3.1.0", | "koishi-adapter-onebot": "^3.1.0", | ||
| "koishi-core": "^3.14.1", | "koishi-core": "^3.14.1", | ||
| "koishi-plugin-common": "^4.3.4", | "koishi-plugin-common": "^4.3.4", | ||
| ... | ... |
Please register or sign in to comment