Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 8, 2023
1 parent 3b55066 commit 24f692d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uint8array-extras",
"version": "0.5.0",
"version": "0.5.1",
"description": "Useful utilities for working with Uint8Array (and Buffer)",
"license": "MIT",
"repository": "sindresorhus/uint8array-extras",
Expand All @@ -19,7 +19,6 @@
"engines": {
"node": ">=18"
},
"sideEffects": false,
"scripts": {
"test": "xo && ava && tsc index.d.ts"
},
Expand Down

0 comments on commit 24f692d

Please sign in to comment.