Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hcortezr committed Jun 4, 2024
1 parent 9333f09 commit a02adfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a02adfb

Please sign in to comment.