From 836721372533eb3fdf1ae4bcb0ec4090a6381fe7 Mon Sep 17 00:00:00 2001 From: Holly Date: Tue, 24 Oct 2023 12:15:45 +0100 Subject: [PATCH] npmignore the base folder --- .npmignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",