npmignore the base folder
This commit is contained in:
parent
d12d971ef5
commit
8367213725
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
.github/*
|
||||
base/*
|
||||
enums/*
|
||||
index.ts
|
||||
combined.ts
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue