Skip to content

Commit

Permalink
using official leveldb types (Level/community#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Dec 29, 2018
1 parent ff04e56 commit 1aa3b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"devDependencies": {
"@types/app-root-path": "^1.2.4",
"@types/blue-tape": "^0.1.31",
"@types/encoding-down": "^5.0.0",
"@types/leveldown": "^4.0.0",
"@types/levelup": "^3.1.0",
"@types/node": "^10.5.5",
"@types/rimraf": "^2.0.2",
"@types/semver": "^5.5.0",
Expand Down
4 changes: 0 additions & 4 deletions src/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@ declare module '*/package.json' {
export const version: string
// export default version
}

declare module 'leveldown'
declare module 'encoding-down'
declare module 'levelup'

0 comments on commit 1aa3b2b

Please sign in to comment.