diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1156c..e053fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v0.0.1 diff --git a/package.json b/package.json index a2fb9bb..1d1aeaf 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/core/command/create-vue-next/install.ts b/src/core/command/create-vue-next/install.ts index f348e7a..25f3538 100644 --- a/src/core/command/create-vue-next/install.ts +++ b/src/core/command/create-vue-next/install.ts @@ -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`)