Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Dec 14, 2022
1 parent 004beed commit 9f2b9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const util = require('util')
const crypto = require('crypto')
const { Module } = require('module')
const path = require('path')
const read = util.promisify(require('read'))
const read = require('read')

const files = {}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git"
},
"dependencies": {
"read": "^1.0.0"
"read": "^2.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down

0 comments on commit 9f2b9aa

Please sign in to comment.