npmignore the base folder

This commit is contained in:
Holly Stubbs 2023-10-24 12:15:45 +01:00
parent d12d971ef5
commit 8367213725
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
.github/*
base/*
enums/*
index.ts
combined.ts

View File

@ -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",