Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
remove unused iota-array and lexicographic-integer devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 19, 2018
1 parent 23222b5 commit 87e83cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"coveralls": "^3.0.2",
"delayed": "~1.0.1",
"du": "~0.1.0",
"iota-array": "~1.0.0",
"level-concat-iterator": "^2.0.0",
"lexicographic-integer": "~1.1.0",
"mkfiletree": "~1.0.1",
"monotonic-timestamp": "~0.0.8",
"nyc": "^12.0.2",
Expand Down
2 changes: 0 additions & 2 deletions test/iterator-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const make = require('./make')
// const iota = require('iota-array') // TODO: remove if unused
// const lexi = require('lexicographic-integer') // TODO: remove if unused

// This test isn't included in abstract-leveldown because
// the empty-check is currently performed by leveldown.
Expand Down

0 comments on commit 87e83cc

Please sign in to comment.