Skip to content

Commit

Permalink
2024-08-03
Browse files Browse the repository at this point in the history
  • Loading branch information
khasanshadiyarov committed Aug 3, 2024
1 parent 8070410 commit bec7cc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailfront",
"version": "0.0.8",
"version": "0.0.9",
"description": "CLI client for distribution of Tailfront products.",
"bin": "./dist/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/commands/elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const schema = z.object({
cwd: z.string(),
});

const REGISTRY = 'https://raw.githubusercontent.com/tailfront/elements/main/src/';
const REGISTRY = 'https://raw.githubusercontent.com/tailfront/elements/main/src/components/';
const parse = Pkg.parse();
const root = Pkg.root(parse);

Expand Down
2 changes: 1 addition & 1 deletion src/commands/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const schema = z.object({
cwd: z.string(),
});

const REGISTRY = 'https://raw.githubusercontent.com/tailfront/themes/main/src/';
const REGISTRY = 'https://raw.githubusercontent.com/tailfront/themes/main/src/themes/';
const parse = Pkg.parse();
const root = Pkg.root(parse);

Expand Down

0 comments on commit bec7cc5

Please sign in to comment.