From 677086832040552e8f587e1603f46e0b13737812 Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Tue, 11 Feb 2025 00:29:38 +0700 Subject: [PATCH] wip --- package.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 9a6a8f0..b3b803d 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": {