summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-09-05 15:56:45 +0300
committerValentin Popov <info@valentineus.link>2019-09-05 15:56:45 +0300
commit8dc221b468ef76657eba6e31c3241f3fff226fa2 (patch)
treeaab9c83dc61206ff0c29d840d5bf3fab1f3ed108
parent90e75617e4d3106964653731e08be016b5443c1a (diff)
downloadelectron-hot-reload-8dc221b468ef76657eba6e31c3241f3fff226fa2.tar.xz
electron-hot-reload-8dc221b468ef76657eba6e31c3241f3fff226fa2.zip
Updated Travis CIv0.1.4
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--.travis.yml2
-rw-r--r--package.json2
2 files changed, 1 insertions, 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": {