Skip to content

Commit

Permalink
chore: drop node-fetch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Feb 10, 2025
1 parent 70a56bb commit 7638c97
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 82 deletions.
76 changes: 0 additions & 76 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"files": [
"translations"
],
"devDependencies": {
"node-fetch": "^2.6.1"
},
"peerDependencies": {
"bpmn-js": ">= 16"
}
Expand Down
4 changes: 1 addition & 3 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import fs from 'fs';

import fetch from 'node-fetch';
import fs from 'node:fs';

const translationPaths = fs.readdirSync('translations');

Expand Down

0 comments on commit 7638c97

Please sign in to comment.