Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benricheson101 committed Oct 21, 2024
1 parent ffe5e64 commit be9095c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benricheson101/util",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"description": "A personal collection of reusable utility functions and types",
"main": "build/lib/index.js",
Expand All @@ -10,12 +10,20 @@
"fmt": "biome check . --write",
"test": "node --disable-warning=ExperimentalWarning --test --enable-source-maps"
},
"keywords": ["util", "utility"],
"keywords": [
"util",
"utility"
],
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@types/node": "^20.11.16",
"typescript": "^5.3.3"
},
"files": ["build", "biome.json", "tsconfig.json", "LICENSE"]
"files": [
"build",
"biome.json",
"tsconfig.json",
"LICENSE"
]
}

0 comments on commit be9095c

Please sign in to comment.