diff options
author | Valentin Popov <info@valentineus.link> | 2019-09-05 15:56:45 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-09-05 15:56:45 +0300 |
commit | 8dc221b468ef76657eba6e31c3241f3fff226fa2 (patch) | |
tree | aab9c83dc61206ff0c29d840d5bf3fab1f3ed108 | |
parent | 90e75617e4d3106964653731e08be016b5443c1a (diff) | |
download | electron-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.yml | 2 | ||||
-rw-r--r-- | package.json | 2 |
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": { |