Commit c027f366 authored by nanahira's avatar nanahira

fix export

parent 85884281
......@@ -10,6 +10,7 @@
"license": "MIT",
"dependencies": {
"koishi-thirdeye": "^6.0.0",
"schemastery-gen": "^2.3.1",
"source-map-support": "^0.5.21"
},
"devDependencies": {
......@@ -31,7 +32,7 @@
},
"peerDependencies": {
"koishi": "^4.0.0-rc.0",
"koishi-plugin-pics": "^5.1.1"
"koishi-plugin-pics": "^6.0.0"
}
},
"node_modules/@babel/code-frame": {
......
......@@ -34,6 +34,7 @@
},
"dependencies": {
"koishi-thirdeye": "^6.0.0",
"schemastery-gen": "^2.3.1",
"source-map-support": "^0.5.21"
},
"devDependencies": {
......
import 'source-map-support/register';
import { DefineSchema, RegisterSchema } from 'koishi-thirdeye';
import { DefineSchema, RegisterSchema } from 'schemastery-gen';
import PicsourceHeisi from './index';
import { PicSourceConfig } from 'koishi-plugin-pics';
......
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