Skip to content

Commit

Permalink
chore: remove node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyupe committed Oct 23, 2024
1 parent 7bf71f0 commit bdb47aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"dependencies": {
"csv-parse": "^5.3.0",
"node-fetch": "^3.2.10"
"csv-parse": "^5.3.0"
},
"prettier": {
"singleQuote": true,
Expand Down
1 change: 0 additions & 1 deletion utils/update-opcode.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { readCsv } from './lib/csv.mjs'
import { formatOpcode, parseOpcode } from './lib/opcode.mjs'
import fetch from 'node-fetch'
import { join } from 'path'
import { fileURLToPath } from 'url'
import { writeFileSync } from 'fs'
Expand Down

0 comments on commit bdb47aa

Please sign in to comment.