From 90e75617e4d3106964653731e08be016b5443c1a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Sep 2019 16:49:05 +0400 Subject: Updated 'README.md' and 'package.json' Signed-off-by: Valentin Popov --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6096add..f9201c9 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.2", + "version": "0.1.3", "main": "dist/index.js", "repository": "git@github.com:valentineus/electron-hot-reload.git", "author": { @@ -11,6 +11,9 @@ }, "license": "MIT", "private": false, + "publishConfig": { + "access": "public" + }, "keywords": [ "auto-reload", "auto-restart", -- cgit v1.2.3