summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json20
-rw-r--r--yarn.lock14
2 files changed, 24 insertions, 10 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",
diff --git a/yarn.lock b/yarn.lock
index 3a2a357..238e6fa 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -38,9 +38,9 @@
tslib "^1.8.1"
"@types/node@^10.12.18":
- version "10.14.15"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.15.tgz#e8f7729b631be1b02ae130ff0b61f3e018000640"
- integrity sha512-CBR5avlLcu0YCILJiDIXeU2pTw7UK/NIxfC63m7d7CVamho1qDEzXKkOtEauQRPMy6MI8mLozth+JJkas7HY6g==
+ version "10.14.16"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.16.tgz#4d690c96cbb7b2728afea0e260d680501b3da5cf"
+ integrity sha512-/opXIbfn0P+VLt+N8DE4l8Mn8rbhiJgabU96ZJ0p9mxOkIks5gh6RUnpHak7Yh0SFkyjO/ODbxsQQPV2bpMmyA==
"@types/node@^12.7.2":
version "12.7.2"
@@ -1775,10 +1775,10 @@ tslint-microsoft-contrib@~5.2.1:
dependencies:
tsutils "^2.27.2 <2.29.0"
-tslint@^5.18.0:
- version "5.18.0"
- resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.18.0.tgz#f61a6ddcf372344ac5e41708095bbf043a147ac6"
- integrity sha512-Q3kXkuDEijQ37nXZZLKErssQVnwCV/+23gFEMROi8IlbaBG6tXqLPQJ5Wjcyt/yHPKBC+hD5SzuGaMora+ZS6w==
+tslint@^5.19.0:
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.19.0.tgz#a2cbd4a7699386da823f6b499b8394d6c47bb968"
+ integrity sha512-1LwwtBxfRJZnUvoS9c0uj8XQtAnyhWr9KlNvDIdB+oXyT+VpsOAaEhEgKi1HrZ8rq0ki/AAnbGSv4KM6/AfVZw==
dependencies:
"@babel/code-frame" "^7.0.0"
builtin-modules "^1.1.1"