Skip to content

Commit

Permalink
Updated 'README.md' and 'package.json'
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Popov <[email protected]>
  • Loading branch information
valentineus committed Sep 5, 2019
1 parent 5638a2b commit 90e7561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:valentineus/electron-hot-reload.git",
"author": {
Expand All @@ -11,6 +11,9 @@
},
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"auto-reload",
"auto-restart",
Expand Down

0 comments on commit 90e7561

Please sign in to comment.