From 7df46f3aeac4e7b47cda30c48ce06cd0b1c94f13 Mon Sep 17 00:00:00 2001 From: Kylart Date: Fri, 17 Nov 2017 10:08:16 +0100 Subject: [PATCH] v0.2.0 --- package.json | 4 ++-- publish.sh | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c8a4dd9..1faff8e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "KawAnime", "description": "Desktop app for anime fans", - "version": "0.1.2", + "version": "0.2.0", "main": "main.js", "repository": "https://github.com/Kylart/KawAnime.git", "author": { @@ -49,7 +49,6 @@ "vue": "^2.5.3", "vue-clipboards": "^1.1.0", "vue-lazyload": "^1.1.4", - "vue-loader": "^13.4.0", "vue-markdown": "^2.2.4", "vue-router": "^2.8.1", "vue-server-renderer": "^2.5.3", @@ -108,6 +107,7 @@ "sw-precache-webpack-plugin": "^0.11.4", "url-loader": "^0.5.9", "vue-devtools": "^3.1.2", + "vue-loader": "^13.4.0", "vue-style-loader": "^3.0.3", "vue-template-compiler": "^2.5.3", "vuetify-loader": "^0.1.1", diff --git a/publish.sh b/publish.sh index 7dfc68e..9a7628d 100755 --- a/publish.sh +++ b/publish.sh @@ -7,6 +7,4 @@ if [ -z "$GH_TOKEN" ]; then fi # This will build, package and upload the app to GitHub. -npm run build && node_modules/.bin/build --win --ia32 --x64 --mac --linux deb AppImage -p always -# Reinstalling development packages -npm install +npm run build && ./node_modules/.bin/build --win --ia32 --x64 --mac --linux deb AppImage -p always