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/*
|
.github/*
|
||||||
|
base/*
|
||||||
enums/*
|
enums/*
|
||||||
index.ts
|
index.ts
|
||||||
combined.ts
|
combined.ts
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue