Skip to content

Commit e771b50

Browse files
committed
refactor: remove node-fetch dependency
1 parent 22418fc commit e771b50

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/files.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use strict'
2-
const fetch = require('node-fetch')
32
const yaml = require('js-yaml')
43
const GHRAW = 'https://raw.githubusercontent.com/'
54

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"libnpm": "^2.0.1",
5555
"lit-element": "^2.2.1",
5656
"nighthawk": "^2.3.0-1",
57-
"node-fetch": "^2.6.0",
5857
"npm": "^6.10.3",
5958
"regenerator-runtime": "^0.13.3",
6059
"yargs": "^13.3.0"

0 commit comments

Comments
 (0)