Commit c829040a authored by nanahira's avatar nanahira

improves

parent 14f368ee
Pipeline #5298 canceled with stages
import 'koishi-adapter-onebot';
import { App } from 'koishi';
import { Session } from 'koishi-core';
import { App, Session } from 'koishi-core';
import * as koishiPluginCommon from 'koishi-plugin-common';
import { Config } from 'koishi-plugin-common';
import * as targetPlugin from './plugin';
......
This diff is collapsed.
......@@ -4,7 +4,7 @@
"description": "A simple wrapper for Koishi.js, mainly for Windows.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"build": "tsc && rm -rf ./dist/plugin && cp -rf ./plugin/dist ./dist/plugin",
"start": "node dist/index.js"
},
"repository": {
......@@ -17,7 +17,6 @@
"author": "Nanahira",
"license": "MIT",
"dependencies": {
"koishi": "^3.14.1",
"koishi-adapter-onebot": "^3.1.0",
"koishi-core": "^3.14.1",
"koishi-plugin-common": "^4.3.4",
......
......@@ -14,6 +14,6 @@
"include": [
"*.ts",
"src/**/*.ts",
"test/**/*.ts"
"test/**/*.ts",
]
}
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