From 4b3bb7501da22c2bb4e5f87c31726ff1715c1a69 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 22 Aug 2019 00:31:07 +0400 Subject: Updated 'package.json' Signed-off-by: Valentin Popov --- package.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'package.json') 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 ", + "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", -- cgit v1.2.3