Skip to content

Commit

Permalink
Merge pull request #23 from selemondev/fix/logs
Browse files Browse the repository at this point in the history
fix: logs
  • Loading branch information
selemondev authored Mar 22, 2024
2 parents 65be95d + f5cb146 commit c9896e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v0.0.2

[compare changes](https://github.com/selemondev/create-vue-next/compare/v0.0.1...v0.0.2)

### 📖 Documentation

- Update docs ([169b8fd](https://github.com/selemondev/create-vue-next/commit/169b8fd))

### ❤️ Contributors

- Selemondev <[email protected]>

## v0.0.1


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vue-next",
"version": "0.0.1",
"version": "0.0.2",
"description": "The Next Generation Vue Scaffolding Tool ✨",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/core/command/create-vue-next/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function installDeps() {

console.log()

logger.info(options.useEslint && options.package === 'npm'
options.useEslint && logger.info(options.package === 'npm'
? `${options.package} run lint`
: `${options.package} lint`)

Expand Down

0 comments on commit c9896e8

Please sign in to comment.