From 523830e51bafda01e93d31dcd5ee03a90d172c2b Mon Sep 17 00:00:00 2001 From: Ben Richeson Date: Sun, 20 Oct 2024 23:47:05 -0400 Subject: [PATCH] 1.2.0 --- package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ae4a9a1..dc52151 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@benricheson101/util", - "version": "1.1.3", + "version": "1.2.0", "private": false, "description": "A personal collection of reusable utility functions and types", "main": "build/lib/index.js", @@ -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" + ] }