Skip to content

Commit df53202

Browse files
committed
Removed compiled/dist folder
1 parent 68299be commit df53202

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structure-bytes",
3-
"version": "15.0.1",
3+
"version": "15.0.2",
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": {
@@ -54,7 +54,9 @@
5454
},
5555
"homepage": "https://github.com/calebsander/structure-bytes",
5656
"files": [
57-
"compiled",
57+
"compiled/download.js",
58+
"compiled/upload.js",
59+
"compiled/upload-download.js",
5860
"dist"
5961
]
6062
}

0 commit comments

Comments
 (0)