diff --git a/.npmignore b/.npmignore index c28bda4..089dba7 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ .github/* +base/* enums/* index.ts combined.ts diff --git a/package.json b/package.json index 18ce75d..e009c93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bufferstuff", - "version": "1.3.1", + "version": "1.3.2", "description": "A set of utility classes for reading and writing binary data in NodeJS and the browser", "main": "./lib/index.js", "types": "./lib/index.d.ts",