diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 5854c56..0000000 --- a/.npmignore +++ /dev/null @@ -1,4 +0,0 @@ -**/* - -!dist -!compiled \ No newline at end of file diff --git a/package.json b/package.json index c84c312..3cd36aa 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" + ] }