Skip to content

Commit

Permalink
chore: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Benricheson101 committed Dec 28, 2024
1 parent ba7fc7e commit 31af062
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 62 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@
"private": false,
"description": "A personal collection of reusable utility functions and types",
"main": "build/lib/index.js",
"sideEffects": false,
"scripts": {
"build": "tsc",
"lint": "biome lint .",
"fmt": "biome check . --write",
"test": "node --disable-warning=ExperimentalWarning --test --enable-source-maps",
"test": "node --disable-warning=ExperimentalWarning --test --enable-source-maps --experimental-test-coverage",
"prepare": "husky"
},
"keywords": ["util", "utility"],
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@types/node": "^20.11.16",
"husky": "^9.1.6",
"typescript": "^5.3.3"
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.17.10",
"husky": "^9.1.7",
"typescript": "^5.7.2"
},
"files": ["build", "biome.json", "tsconfig.json", "LICENSE", "templates"]
}
114 changes: 57 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31af062

Please sign in to comment.