From a02adfb533984cb2dd81318a0c3327e99ef42c05 Mon Sep 17 00:00:00 2001 From: Cortez <19215259+hcortezr@users.noreply.github.com> Date: Tue, 4 Jun 2024 00:25:02 -0700 Subject: [PATCH] update package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 232ee3f..7b0ec0c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,14 @@ { "name": "@pocketnode/binarystream", + "description": "a package designed to facilitate the reading and writing of binary data.", "module": "./dist/BinaryStream.js", "types": "./dist/BinaryStream.d.ts", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "scripts": { "build": "bun run build.ts" }, + "license": "GPL-3.0-only", "repository": { "type": "git", "url": "git+https://github.com/pocketnode/binarystream.git"