Skip to content

Commit 68299be

Browse files
committed
Hopefully fixed files being included
1 parent 6a30aed commit 68299be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.npmignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structure-bytes",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"description": "A library for more efficient data transfers by separating the structure from the values and storing each as binary data",
55
"main": "dist/index.js",
66
"dependencies": {
@@ -52,5 +52,9 @@
5252
"bugs": {
5353
"url": "https://github.com/calebsander/structure-bytes/issues"
5454
},
55-
"homepage": "https://github.com/calebsander/structure-bytes"
55+
"homepage": "https://github.com/calebsander/structure-bytes",
56+
"files": [
57+
"compiled",
58+
"dist"
59+
]
5660
}

0 commit comments

Comments
 (0)