Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 6, 2024
1 parent 2d812ee commit b2054c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion workspaces/arborist/lib/arborist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const lockfileVersion = lfv => {
class Arborist extends Base {
constructor (options = {}) {
const timeEnd = time.start('arborist:ctor')

super(options)
this.options = {
nodeVersion: process.version,
Expand Down
1 change: 0 additions & 1 deletion workspaces/arborist/lib/packument-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ class PackumentCache extends LRUCache {
}

module.exports = PackumentCache
// module.exports = Map

0 comments on commit b2054c0

Please sign in to comment.