Skip to content

Commit

Permalink
chore: add typings as level dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 2, 2020
1 parent 1c3b203 commit 3e53e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/database-level/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"leveldb"
],
"devDependencies": {
"@types/leveldown": "^4.0.2",
"@types/levelup": "^4.3.0",
"koishi-test-utils": "^1.0.1"
},
"dependencies": {
"@types/leveldown": "^4.0.2",
"@types/levelup": "^4.3.0",
"koishi-core": "^1.0.1",
"koishi-utils": "^1.0.0",
"leveldown": "^5.4.1",
Expand Down

0 comments on commit 3e53e9e

Please sign in to comment.