From 89ec290b0af1cdb40d3afc18289435ba44a693cc Mon Sep 17 00:00:00 2001 From: Mathieu TUDISCO Date: Mon, 8 Oct 2018 09:30:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/generator/index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c6fb478..f847a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-cli-plugin-express", - "version": "0.0.3", + "version": "0.0.4", "description": "vue-cli 3 plugin to add an Express Api", "main": "index.js", "scripts": { diff --git a/src/generator/index.js b/src/generator/index.js index d8922a6..7731792 100644 --- a/src/generator/index.js +++ b/src/generator/index.js @@ -20,4 +20,3 @@ module.exports = (api, options, rootOptions) => { // TODO } }; -