From 8dc221b468ef76657eba6e31c3241f3fff226fa2 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Sep 2019 16:56:45 +0400 Subject: Updated Travis CI Signed-off-by: Valentin Popov --- .travis.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7799a02..7abd2e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,6 @@ install: - git stash --all - yarn install - yarn run build - -before_deploy: - npm pack deploy: diff --git a/package.json b/package.json index f9201c9..f54e428 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "description": "It is a simple method to restart your application.", "name": "electron-hot-reload", - "version": "0.1.3", + "version": "0.1.4", "main": "dist/index.js", "repository": "git@github.com:valentineus/electron-hot-reload.git", "author": { -- cgit v1.2.3