Skip to content

Commit

Permalink
fix!: replace node-fetch with built-in fetch (#31)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node.js 18+ is required
  • Loading branch information
aduh95 authored Dec 8, 2023
1 parent d89dcfd commit a39c686
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ghauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

const { promisify } = require('util')
const read = promisify(require('read'))
const fetch = require('node-fetch')
const appCfg = require('application-config')
const querystring = require('querystring')
const ora = require('ora')
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"license": "MIT",
"dependencies": {
"application-config": "^2.0.0",
"node-fetch": "^2.6.0",
"ora": "^4.0.5",
"read": "^1.0.7"
},
Expand Down

0 comments on commit a39c686

Please sign in to comment.