Skip to content

Commit

Permalink
get rid of node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 13, 2024
1 parent 7bc4685 commit 883e35d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 78 deletions.
76 changes: 1 addition & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.4.0",
"node-fetch": "^2.6.9"
"mocha": "^10.4.0"
}
}
1 change: 0 additions & 1 deletion test/tests/servez-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const assert = require('chai').assert;
const Servez = require('../../lib/servez');
const fs = require('fs');
const path = require('path');
const fetch = require('node-fetch');

const root = path.join(__dirname, '..', 'data');
const fileTxtContents = fs.readFileSync(path.join(root, 'file.txt'), 'utf8');
Expand Down

0 comments on commit 883e35d

Please sign in to comment.