diff --git a/lib/files.js b/lib/files.js index 6b4f238..25dedad 100644 --- a/lib/files.js +++ b/lib/files.js @@ -1,5 +1,4 @@ 'use strict' -const fetch = require('node-fetch') const yaml = require('js-yaml') const GHRAW = 'https://raw.githubusercontent.com/' diff --git a/package.json b/package.json index f54aed5..72e8b79 100644 --- a/package.json +++ b/package.json @@ -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"