Skip to content

Commit 8367213

Browse files
committed
npmignore the base folder
1 parent d12d971 commit 8367213

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.github/*
2+
base/*
23
enums/*
34
index.ts
45
combined.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bufferstuff",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A set of utility classes for reading and writing binary data in NodeJS and the browser",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)