aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-09-05 15:58:34 +0300
committerGitHub <noreply@github.com>2019-09-05 15:58:34 +0300
commit6feca4b65b78c674aea096906ecd7b46abebc36a (patch)
treeaab9c83dc61206ff0c29d840d5bf3fab1f3ed108 /package.json
parentbb03625e4e20ed7680c789ae1321e66ab509d819 (diff)
parent8dc221b468ef76657eba6e31c3241f3fff226fa2 (diff)
downloadelectron-hot-reload-6feca4b65b78c674aea096906ecd7b46abebc36a.tar.xz
electron-hot-reload-6feca4b65b78c674aea096906ecd7b46abebc36a.zip
Merge pull request #3 from valentineus/developdevelop
v0.1.4
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/package.json b/package.json
index 749c779..f54e428 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.1",
+ "version": "0.1.4",
"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",
@@ -31,18 +34,19 @@
"example:build": "yarn run build && yarn run build:application",
"example:run": "cd ./example/application && yarn run start",
"lint": "tslint --format codeFrame --project ./",
- "lint:fix": "yarn run lint --fix"
+ "lint:fix": "yarn run lint --fix",
+ "test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
- "@types/node": "^12.7.2",
- "electron": "^6.0.3",
+ "@types/node": "^12.7.3",
+ "electron": "^6.0.7",
"spectron": "^8.0.0",
"tslint": "^5.19.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^6.2.0",
- "typescript": "^3.5.3"
+ "typescript": "^3.6.2"
},
"dependencies": {
"chokidar": "^3.0.2"