Skip to content

Commit e345792

Browse files
committed
wip
1 parent b5700f0 commit e345792

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

package.json

+2-14
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
"bin": {
88
"justd": "dist/index.js"
99
},
10-
"files": [
11-
"dist",
12-
"src/resources",
13-
"LICENSE",
14-
"README.md",
15-
"package.json"
16-
],
10+
"files": ["dist", "src/resources", "LICENSE", "README.md", "package.json"],
1711
"repository": {
1812
"type": "git",
1913
"url": "git+https://github.com/justdlabs/cli.git"
@@ -32,13 +26,7 @@
3226
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it",
3327
"typecheck": "tsc --noEmit"
3428
},
35-
"keywords": [
36-
"cli",
37-
"justd cli",
38-
"Justd",
39-
"design-system",
40-
"justd"
41-
],
29+
"keywords": ["cli", "justd cli", "Justd", "design-system", "justd"],
4230
"author": "Irsyad A. Panjaitan",
4331
"license": "MIT",
4432
"devDependencies": {

0 commit comments

Comments
 (0)