Skip to content

Commit

Permalink
Hopefully fixed files being included
Browse files Browse the repository at this point in the history
  • Loading branch information
calebsander committed Sep 4, 2017
1 parent 6a30aed commit 68299be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structure-bytes",
"version": "15.0.0",
"version": "15.0.1",
"description": "A library for more efficient data transfers by separating the structure from the values and storing each as binary data",
"main": "dist/index.js",
"dependencies": {
Expand Down Expand Up @@ -52,5 +52,9 @@
"bugs": {
"url": "https://github.com/calebsander/structure-bytes/issues"
},
"homepage": "https://github.com/calebsander/structure-bytes"
"homepage": "https://github.com/calebsander/structure-bytes",
"files": [
"compiled",
"dist"
]
}

0 comments on commit 68299be

Please sign in to comment.