From 5638a2bc916f48349795493070dffb8f7a4ed068 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Sep 2019 15:58:13 +0400 Subject: Updated Travis CI Signed-off-by: Valentin Popov --- .travis.yml | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35315ca..7799a02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,8 +33,7 @@ deploy: - provider: npm skip_cleanup: true email: 'info@valentineus.link' - api_key: - secure: $NPM_PROJECT_TOKEN + api_key: $NPM_PROJECT_TOKEN on: tags: true diff --git a/package.json b/package.json index e4451e5..6096add 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.1", + "version": "0.1.2", "main": "dist/index.js", "repository": "git@github.com:valentineus/electron-hot-reload.git", "author": { -- cgit v1.2.3