Skip to content

Commit

Permalink
update diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Makisuo committed Jan 19, 2025
1 parent 88953ad commit 0eb42f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion next-app/justd.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"gray": "zinc",
"css": "src/app/globals.css",
"alias": "@",
"language": "javascript"
"language": "typescript"
}
18 changes: 3 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 0eb42f6

Please sign in to comment.