Skip to content

Commit a02adfb

Browse files
committed
update package.json
1 parent 9333f09 commit a02adfb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@pocketnode/binarystream",
3+
"description": "a package designed to facilitate the reading and writing of binary data.",
34
"module": "./dist/BinaryStream.js",
45
"types": "./dist/BinaryStream.d.ts",
5-
"version": "1.1.0",
6+
"version": "1.1.1",
67
"type": "module",
78
"scripts": {
89
"build": "bun run build.ts"
910
},
11+
"license": "GPL-3.0-only",
1012
"repository": {
1113
"type": "git",
1214
"url": "git+https://github.com/pocketnode/binarystream.git"

0 commit comments

Comments
 (0)