Commit c829040a authored by nanahira's avatar nanahira

improves

parent 14f368ee
Pipeline #5298 canceled with stages
import 'koishi-adapter-onebot'; import 'koishi-adapter-onebot';
import { App } from 'koishi'; import { App, Session } from 'koishi-core';
import { Session } from 'koishi-core';
import * as koishiPluginCommon from 'koishi-plugin-common'; import * as koishiPluginCommon from 'koishi-plugin-common';
import { Config } from 'koishi-plugin-common'; import { Config } from 'koishi-plugin-common';
import * as targetPlugin from './plugin'; import * as targetPlugin from './plugin';
......
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",
......
...@@ -14,6 +14,6 @@ ...@@ -14,6 +14,6 @@
"include": [ "include": [
"*.ts", "*.ts",
"src/**/*.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