Skip to content

Commit

Permalink
chore: adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 20, 2020
1 parent 976c6e8 commit d7ff349
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ temp
/bots
/coverage
/plugins
/tsconfig.extend.json

todo.md
yarn.lock
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"scripts": {
"build": "tsc -b",
"build:extend": "tsc -b tsconfig.extend.json",
"bump": "ts-node build/bump",
"dep": "ts-node build/dep",
"docs": "cd docs & yarn dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-common/tests/repeater.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { MockedApp } from 'koishi-test-utils'
import { apply, repeater, RepeaterOptions } from '../src'
import { repeater, RepeaterOptions } from '../src'
import 'koishi-database-memory'

test('repeat', async () => {
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"utilities"
],
"peerDependencies": {
"jest": "^24.9.0",
"koishi-core": "^1.5.0"
"jest": "^24.9.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
Expand All @@ -44,6 +43,7 @@
"axios": "^0.19.1",
"debug": "^4.1.1",
"get-port": "^5.1.1",
"koishi-core": "^1.5.0",
"koishi-utils": "^1.0.2"
}
}
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es2019",
"module": "commonjs",
"composite": true,
"esModuleInterop": true,
"moduleResolution": "node",
},
Expand All @@ -13,6 +14,7 @@
{ "path": "./packages/database-sqlite" },
{ "path": "./packages/database-memory" },
{ "path": "./packages/plugin-common" },
{ "path": "./packages/plugin-nlp" },
{ "path": "./packages/plugin-recorder" },
{ "path": "./packages/plugin-schedule" },
{ "path": "./packages/plugin-teach" },
Expand Down

0 comments on commit d7ff349

Please sign in to comment.