aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-08-21 23:31:07 +0300
committerValentin Popov <info@valentineus.link>2019-08-21 23:31:07 +0300
commit4b3bb7501da22c2bb4e5f87c31726ff1715c1a69 (patch)
treec7d2c76e23397e31426449d023bb894b7febeacc /package.json
parent24f924e24eb3e10581e0d9216b0848420c84d59d (diff)
downloadelectron-hot-reload-4b3bb7501da22c2bb4e5f87c31726ff1715c1a69.tar.xz
electron-hot-reload-4b3bb7501da22c2bb4e5f87c31726ff1715c1a69.zip
Updated 'package.json'
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 17 insertions, 3 deletions
diff --git a/package.json b/package.json
index 2083020..d7f242c 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,25 @@
{
+ "description": "It is a simple method to restart your application.",
"name": "electron-reloader",
- "version": "0.0.1",
+ "version": "0.1.0",
"main": "dist/index.js",
"repository": "git@github.com:valentineus/ts-electron-reloader.git",
- "author": "Valentin Popov <info@valentineus.link>",
+ "author": {
+ "email": "info@valentineus.link",
+ "name": "Valentin Popov",
+ "url": "https://valentineus.link/"
+ },
"license": "MIT",
"private": false,
+ "keywords": [
+ "auto-reload",
+ "auto-restart",
+ "electron",
+ "node",
+ "reload",
+ "reloader",
+ "restart"
+ ],
"scripts": {
"build": "yarn run build:plugin",
"build:application": "cd ./example/application && yarn run build",
@@ -20,7 +34,7 @@
"@types/node": "^12.7.2",
"electron": "^6.0.3",
"spectron": "^8.0.0",
- "tslint": "^5.18.0",
+ "tslint": "^5.19.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-eslint-rules": "^5.4.0",