There was an error while loading. Please reload this page.
1 parent 5c0594b commit 5e966f1Copy full SHA for 5e966f1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "file2arraybuffer",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Basic function to convert files into ArrayBuffer objects.",
5
"author": "Julio L. Muller",
6
"license": "MIT",
@@ -27,9 +27,6 @@
27
"build": "rollup --config",
28
"lint": "eslint src/ --fix"
29
},
30
- "optionalDependencies": {
31
- "promise-polyfill": "^8.2.0"
32
- },
33
"devDependencies": {
34
"@babel/core": "^7.14.6",
35
"@babel/preset-env": "^7.14.7",
0 commit comments