aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--package.json2
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": {