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

Commit

Permalink
Move to require('module').builtinModules
Browse files Browse the repository at this point in the history
Fixes #80
  • Loading branch information
voxpelli committed Jul 28, 2019
1 parent a3b62d2 commit 55d282e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const path = require('path')
const fs = require('fs')
const readPackage = require('read-package-json')
const builtins = require('builtins')()
const builtins = require('module').builtinModules
const resolveModule = require('resolve')
const debug = require('debug')('dependency-check')
const isRelative = require('is-relative')
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"author": "max ogden",
"dependencies": {
"builtins": "^2.0.0",
"debug": "^4.0.0",
"detective": "^5.0.2",
"globby": "^10.0.1",
Expand Down

0 comments on commit 55d282e

Please sign in to comment.