We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68299be commit df53202Copy full SHA for df53202
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "structure-bytes",
3
- "version": "15.0.1",
+ "version": "15.0.2",
4
"description": "A library for more efficient data transfers by separating the structure from the values and storing each as binary data",
5
"main": "dist/index.js",
6
"dependencies": {
@@ -54,7 +54,9 @@
54
},
55
"homepage": "https://github.com/calebsander/structure-bytes",
56
"files": [
57
- "compiled",
+ "compiled/download.js",
58
+ "compiled/upload.js",
59
+ "compiled/upload-download.js",
60
"dist"
61
]
62
}
0 commit comments