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/* .github/*
base/*
enums/* enums/*
index.ts index.ts
combined.ts combined.ts

View File

@ -1,6 +1,6 @@
{ {
"name": "bufferstuff", "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", "description": "A set of utility classes for reading and writing binary data in NodeJS and the browser",
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",