Skip to content

Commit 5e966f1

Browse files
committed
Drop optional dependency
1 parent 5c0594b commit 5e966f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file2arraybuffer",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Basic function to convert files into ArrayBuffer objects.",
55
"author": "Julio L. Muller",
66
"license": "MIT",
@@ -27,9 +27,6 @@
2727
"build": "rollup --config",
2828
"lint": "eslint src/ --fix"
2929
},
30-
"optionalDependencies": {
31-
"promise-polyfill": "^8.2.0"
32-
},
3330
"devDependencies": {
3431
"@babel/core": "^7.14.6",
3532
"@babel/preset-env": "^7.14.7",

0 commit comments

Comments
 (0)