diff --git a/bun.lockb b/bun.lockb index c70baee..097a1e0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next-app/justd.json b/next-app/justd.json index c92bb69..983f72e 100644 --- a/next-app/justd.json +++ b/next-app/justd.json @@ -5,5 +5,5 @@ "gray": "zinc", "css": "src/app/globals.css", "alias": "@", - "language": "javascript" + "language": "typescript" } diff --git a/package.json b/package.json index cb5f32d..56be0af 100644 --- a/package.json +++ b/package.json @@ -7,13 +7,7 @@ "bin": { "justd": "dist/index.js" }, - "files": [ - "dist", - "src/resources", - "LICENSE", - "README.md", - "package.json" - ], + "files": ["dist", "src/resources", "LICENSE", "README.md", "package.json"], "repository": { "type": "git", "url": "git+https://github.com/justdlabs/cli.git" @@ -32,13 +26,7 @@ "release": "export GITHUB_TOKEN=$(cat .github_token) && release-it", "typecheck": "tsc --noEmit" }, - "keywords": [ - "cli", - "justd cli", - "Justd", - "design-system", - "justd" - ], + "keywords": ["cli", "justd cli", "Justd", "design-system", "justd"], "author": "Irsyad A. Panjaitan", "license": "MIT", "devDependencies": { @@ -65,7 +53,7 @@ "async-listen": "^3.0.1", "chalk": "^5.4.1", "commander": "^13.0.0", - "diff": "^5.2.0", + "diff": "^7.0.0", "nanoid": "^5.0.9", "open": "^10.1.0", "ora": "^8.1.1",