Skip to content

Commit

Permalink
feat: Remove node-fetch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Nov 17, 2023
1 parent 2498711 commit a7a1a79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 132 deletions.
131 changes: 2 additions & 129 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 @@ -8,8 +8,7 @@
},
"dependencies": {
"badge-maker": "^3.3.0",
"express": "^4.18.2",
"node-fetch": "^3.3.2"
"express": "^4.18.2"
},
"description": "It's like a very tiny shields.io (without website) for your private GitLab instance…",
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/lib/states.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

import fetch from 'node-fetch';
import { StateCacheItem, StateCachePipeline } from './types.js';
import Timeout = NodeJS.Timeout;

Expand Down

0 comments on commit a7a1a79

Please sign in to comment.