Skip to content

Commit

Permalink
0.8.0: ensure global install/launch is working
Browse files Browse the repository at this point in the history
  • Loading branch information
blefnk committed Oct 28, 2024
1 parent 319ae1e commit 4d1ff62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reliverse",
"version": "0.7.0",
"version": "0.8.0",
"description": "Reliverse is a CLI tool designed to streamline the setup of JavaScript, TypeScript, and other types of projects, with a primary focus on Next.js templates, though it is not limited to them. It allows you to effortlessly bootstrap projects, including the Relivator Next.js template or any other template from GitHub or other Git-based sources. Additionally, Reliverse assists in managing configuration files and resolving potential conflicts between tools like ESLint, Prettier, and Biome.",
"keywords": ["reliverse", "cli"],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/prompts/13-askCheckAndDownloadFiles.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { checkbox, confirm } from "@inquirer/prompts";
import { consola } from "consola";
import path from "pathe";
import { resolveProjectConflicts } from "~/prompts/12-askToResolveProjectConflicts";

import { resolveProjectConflicts } from "~/prompts/11-askToResolveProjectConflicts";
import { cloneAndCopyFiles } from "~/prompts/utils/cloneAndCopyFiles";
import { checkFileExists } from "~/prompts/utils/fileUtils";
import { getCurrentWorkingDirectory } from "~/prompts/utils/fs";
Expand Down

0 comments on commit 4d1ff62

Please sign in to comment.