We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9333f09 commit a02adfbCopy full SHA for a02adfb
package.json
@@ -1,12 +1,14 @@
1
{
2
"name": "@pocketnode/binarystream",
3
+ "description": "a package designed to facilitate the reading and writing of binary data.",
4
"module": "./dist/BinaryStream.js",
5
"types": "./dist/BinaryStream.d.ts",
- "version": "1.1.0",
6
+ "version": "1.1.1",
7
"type": "module",
8
"scripts": {
9
"build": "bun run build.ts"
10
},
11
+ "license": "GPL-3.0-only",
12
"repository": {
13
"type": "git",
14
"url": "git+https://github.com/pocketnode/binarystream.git"
0 commit comments