Skip to content

Commit ff6cf9a

Browse files
committed
Bump node>=17 and remove node-domexception dependency
1 parent a1a182e commit ff6cf9a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

from.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
import { basename, sep, join } from 'node:path'
99
import { tmpdir } from 'node:os'
1010
import process from 'node:process'
11-
import DOMException from 'node-domexception'
1211

1312
import { File } from './file.js'
1413
import { Blob } from './index.js'

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"node-fetch"
2626
],
2727
"engines": {
28-
"node": ">=16.7"
28+
"node": ">=17"
2929
},
3030
"author": "Jimmy Wärting <[email protected]> (https://jimmy.warting.se)",
3131
"license": "MIT",
@@ -47,8 +47,5 @@
4747
"type": "paypal",
4848
"url": "https://paypal.me/jimmywarting"
4949
}
50-
],
51-
"dependencies": {
52-
"node-domexception": "^1.0.0"
53-
}
50+
]
5451
}

0 commit comments

Comments
 (0)