Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benricheson101 committed Aug 4, 2024
1 parent 9efe0d3 commit 2ffecb4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benricheson101/util",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"description": "A personal collection of reusable utility functions and types",
"main": "build/lib/index.js",
Expand All @@ -10,7 +10,10 @@
"fmt": "biome format . --write",
"test": "node --disable-warning=ExperimentalWarning --test --enable-source-maps"
},
"keywords": ["util", "utility"],
"keywords": [
"util",
"utility"
],
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.5.3",
Expand Down

0 comments on commit 2ffecb4

Please sign in to comment.