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 6a30aed commit 68299beCopy full SHA for 68299be
.npmignore
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "structure-bytes",
3
- "version": "15.0.0",
+ "version": "15.0.1",
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": {
@@ -52,5 +52,9 @@
52
"bugs": {
53
"url": "https://github.com/calebsander/structure-bytes/issues"
54
},
55
- "homepage": "https://github.com/calebsander/structure-bytes"
+ "homepage": "https://github.com/calebsander/structure-bytes",
56
+ "files": [
57
+ "compiled",
58
+ "dist"
59
+ ]
60
}
0 commit comments