Skip to content

Commit

Permalink
npmignore the base folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tgpholly committed Oct 24, 2023
1 parent d12d971 commit 8367213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.github/*
base/*
enums/*
index.ts
combined.ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8367213

Please sign in to comment.