From b1aad7a3c1ac70987170eb0a371115adde7174fb Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Sep 2019 17:00:30 +0400 Subject: Updated dependencies list Signed-off-by: Valentin Popov --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 749c779..e4451e5 100644 --- a/package.json +++ b/package.json @@ -31,18 +31,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" -- cgit v1.2.3 From 5638a2bc916f48349795493070dffb8f7a4ed068 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Sep 2019 15:58:13 +0400 Subject: Updated Travis CI Signed-off-by: Valentin Popov --- .travis.yml | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/.travis.yml b/.travis.yml index 35315ca..7799a02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,8 +33,7 @@ deploy: - provider: npm skip_cleanup: true email: 'info@valentineus.link' - api_key: - secure: $NPM_PROJECT_TOKEN + api_key: $NPM_PROJECT_TOKEN on: tags: true diff --git a/package.json b/package.json index e4451e5..6096add 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.2", "main": "dist/index.js", "repository": "git@github.com:valentineus/electron-hot-reload.git", "author": { -- cgit v1.2.3 From 90e75617e4d3106964653731e08be016b5443c1a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Sep 2019 16:49:05 +0400 Subject: Updated 'README.md' and 'package.json' Signed-off-by: Valentin Popov --- README.md | 4 ++++ package.json | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/README.md b/README.md index cd94d80..bbe025c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # ElectronJS Hot Reload +![npm](https://badgen.net/npm/v/electron-hot-reload) +![bundlephobia min](https://badgen.net/bundlephobia/min/electron-hot-reload) +![bundlephobia minzip](https://badgen.net/bundlephobia/minzip/electron-hot-reload) + It is a simple method to restart your application. Features: diff --git a/package.json b/package.json index 6096add..f9201c9 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.2", + "version": "0.1.3", "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", -- cgit v1.2.3 From 8dc221b468ef76657eba6e31c3241f3fff226fa2 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Sep 2019 16:56:45 +0400 Subject: Updated Travis CI Signed-off-by: Valentin Popov --- .travis.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'package.json') diff --git a/.travis.yml b/.travis.yml index 7799a02..7abd2e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,6 @@ install: - git stash --all - yarn install - yarn run build - -before_deploy: - npm pack deploy: diff --git a/package.json b/package.json index f9201c9..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.3", + "version": "0.1.4", "main": "dist/index.js", "repository": "git@github.com:valentineus/electron-hot-reload.git", "author": { -- cgit v1.2.3