diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
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" |