Skip to content

Commit

Permalink
Release 0.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tzsk committed Jul 8, 2022
1 parent 7954100 commit 1cf95b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function run() {
const commandMap = {
npm: `npm install --save-dev ${packageList.join(' ')}`,
yarn: `yarn add --dev ${packageList.join(' ')}`,
pnpm: `pnpm install --save-dev ${packageList.join(' ')}`
pnpm: `pnpm install --save-dev ${packageList.join(' ')}`,
};
const viteJs = path.join(projectDirectory, 'vite.config.js');
const viteTs = path.join(projectDirectory, 'vite.config.ts');
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vite-pretty-lint",
"version": "0.0.3",
"version": "0.1.0",
"description": "ESLint and Prettier for Vite Project",
"author": "Kazi Ahmed",
"repository": "https://github.com/tzsk/vite-pretty-lint",
Expand Down

0 comments on commit 1cf95b8

Please sign in to comment.