Skip to content

Commit

Permalink
refactor: remove node-fetch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas authored and wesleytodd committed Jan 28, 2025
1 parent 930cfed commit ad88b09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/files.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict'
const fetch = require('node-fetch')
const yaml = require('js-yaml')
const GHRAW = 'https://raw.githubusercontent.com/'

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"libnpm": "^2.0.1",
"lit-element": "^2.2.1",
"nighthawk": "^2.3.0-1",
"node-fetch": "^2.6.0",
"npm": "^6.10.3",
"regenerator-runtime": "^0.13.3",
"yargs": "^13.3.0"
Expand Down

0 comments on commit ad88b09

Please sign in to comment.