Skip to content

Commit 39cd9fa

Browse files
Add file2arraybuffer w/ npm auto-update (#2034)
* Add file2arraybuffer w/ npm auto-update * Adjust code as per review at #2034 (comment) Co-authored-by: Matt Cowley <[email protected]> --------- Co-authored-by: Matt Cowley <[email protected]>
1 parent a65aa0c commit 39cd9fa

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

packages/f/file2arraybuffer.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "file2arraybuffer",
3+
"filename": "file-to-arraybuffer.min.js",
4+
"homepage": "https://github.com/juliolmuller/file2arraybuffer-js",
5+
"description": "Straight-forward function to convert files into ArrayBuffer objects.",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Julio L. Muller"
10+
}
11+
],
12+
"keywords": [
13+
"file",
14+
"blob",
15+
"binary",
16+
"buffer",
17+
"arraybuffer",
18+
"attachment",
19+
"upload"
20+
],
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/juliolmuller/file2arraybuffer-js"
24+
},
25+
"autoupdate": {
26+
"source": "npm",
27+
"target": "file2arraybuffer",
28+
"fileMap": [
29+
{
30+
"basePath": "dist",
31+
"files": [
32+
"*.js"
33+
]
34+
}
35+
]
36+
}
37+
}

0 commit comments

Comments
 (0)