Skip to content

Commit 972a274

Browse files
committed
remove node-fetch
1 parent bbbfe93 commit 972a274

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const fetch = require('node-fetch') ;
21

32
async function concatBlobs(urls: string[], type: string, object?: boolean) {
43
function readFileAsync(blob: Blob) {

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"scripts": {
2020
"build": "tsc --outDir dist",
2121
"dev": "tsc --watch",
22-
"lint": "prettier --write .",
23-
"test": "jest"
22+
"lint": "prettier --write ."
2423
},
2524
"files": [
2625
"dist/module.js"

0 commit comments

Comments
 (0)