Skip to content

Commit

Permalink
use native fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 2, 2024
1 parent e418c14 commit b457c14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 OpenJS Foundation
Copyright (c) 2024 OpenJS Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion src/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import cp from 'node:child_process'
import { format } from 'node:util'

import { XMLParser } from 'fast-xml-parser'
import fetch from 'node-fetch'
import { BlobReader, BlobWriter, ZipReader } from '@zip.js/zip.js'

import findEdgePath from './finder.js'
Expand Down

0 comments on commit b457c14

Please sign in to comment.