Skip to content

Commit 6901bb5

Browse files
committed
fix: revert back
1 parent 846d598 commit 6901bb5

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

package.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
{
22
"name": "@intentui/cli",
33
"type": "module",
4-
"version": "2.8.5",
4+
"version": "2.9.4",
55
"description": "The command line interface for Intent UI.",
66
"main": "dist/index.js",
77
"bin": {
88
"intentui": "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/intentuilabs/cli.git"
@@ -32,12 +26,7 @@
3226
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it",
3327
"typecheck": "tsc --noEmit"
3428
},
35-
"keywords": [
36-
"cli",
37-
"intentui cli",
38-
"Intent UI",
39-
"design-system"
40-
],
29+
"keywords": ["cli", "intentui cli", "Intent UI", "design-system"],
4130
"author": "Irsyad A. Panjaitan",
4231
"license": "MIT",
4332
"devDependencies": {

src/utils/repo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const getThemesRepoUrl = (gray: string): string => {
3434
* @returns string
3535
*/
3636
export const getPrimitiveComponentUrl = () => {
37-
if(branchWorkingOn === "1.x") return getRepoUrlForComponent("primitive", "intentui")
37+
if (branchWorkingOn === "1.x") return getRepoUrlForComponent("primitive", "intentui")
3838
return `${REPO}/${BRANCH}/lib/primitive.tsx`
3939
}
4040

0 commit comments

Comments
 (0)