Commit 821e4117 authored by nanahira's avatar nanahira

migrate to rc1

parent 865d2c7e
This diff is collapsed.
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.0.0-rc.0" "koishi": "^4.0.0-rc.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.0.0-rc.0", "koishi": "^4.0.0-rc.1",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
......
...@@ -5,12 +5,6 @@ import { YGOTournamentPluginConfig } from './config'; ...@@ -5,12 +5,6 @@ import { YGOTournamentPluginConfig } from './config';
export * from './config'; export * from './config';
export * from './plugin'; export * from './plugin';
declare module 'koishi' {
interface Modules {
ygotournament: typeof import('.');
}
}
export const name = 'ygotournament'; export const name = 'ygotournament';
const plugin = new YGOTournamentPlugin(); const plugin = new YGOTournamentPlugin();
export const Config = plugin.schema; export const Config = plugin.schema;
......
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