We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12d971 commit 8367213Copy full SHA for 8367213
2 files changed
.npmignore
@@ -1,4 +1,5 @@
1
.github/*
2
+base/*
3
enums/*
4
index.ts
5
combined.ts
package.json
@@ -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",
6
"types": "./lib/index.d.ts",
0 commit comments