summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-09-05 15:49:05 +0300
committerValentin Popov <info@valentineus.link>2019-09-05 15:49:05 +0300
commit90e75617e4d3106964653731e08be016b5443c1a (patch)
tree74a4dcc025d5af333c651f41946514fb684c8619
parent5638a2bc916f48349795493070dffb8f7a4ed068 (diff)
downloadelectron-hot-reload-90e75617e4d3106964653731e08be016b5443c1a.tar.xz
electron-hot-reload-90e75617e4d3106964653731e08be016b5443c1a.zip
Updated 'README.md' and 'package.json'v0.1.3
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--README.md4
-rw-r--r--package.json5
2 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd94d80..bbe025c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# ElectronJS Hot Reload
+![npm](https://badgen.net/npm/v/electron-hot-reload)
+![bundlephobia min](https://badgen.net/bundlephobia/min/electron-hot-reload)
+![bundlephobia minzip](https://badgen.net/bundlephobia/minzip/electron-hot-reload)
+
It is a simple method to restart your application.
Features:
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",