commit b98c1202ba568a2455b9859c5fdcbf3a5870542b
parent 64ff14beb9c9aab0b53c45e13ec93c662c489a83
Author: iostpa <iostpa@iostpa.com>
Date: Sat, 6 Jun 2026 13:20:41 +0300
Bump version to 1.4.2 and add the prettier script
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
@@ -1,13 +1,14 @@
{
"name": "reviewbot",
"private": true,
- "version": "1.4.1",
+ "version": "1.4.2",
"type": "module",
"description": "An app to assist in the review process of is-a-dev",
"author": "iostpa",
"scripts": {
"server": "bun src/index.js",
- "lint": "eslint src"
+ "lint": "eslint src",
+ "prettier": "bunx prettier . --write"
},
"devDependencies": {
"@eslint/js": "^10.0.1",