diff options
author | Valentin Popov <info@valentineus.link> | 2019-09-03 15:11:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-03 15:11:59 +0300 |
commit | bb03625e4e20ed7680c789ae1321e66ab509d819 (patch) | |
tree | 08d462ff08adc2e0ee1f7c4cdb2fed656155fdeb /package.json | |
parent | 6d5cb2611be73e4c3b0787ac00fe28e4c243417e (diff) | |
parent | 5026375ba43e7c6bdffbab1d38cd72a3ddb2c0ad (diff) | |
download | electron-hot-reload-bb03625e4e20ed7680c789ae1321e66ab509d819.tar.xz electron-hot-reload-bb03625e4e20ed7680c789ae1321e66ab509d819.zip |
Merge pull request #2 from valentineus/develop
Published a package to the NPM repository
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index b2d2802..749c779 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "description": "It is a simple method to restart your application.", - "name": "electron-live-reload", - "version": "0.1.0", + "name": "electron-hot-reload", + "version": "0.1.1", "main": "dist/index.js", - "repository": "git@github.com:valentineus/electron-live-reload.git", + "repository": "git@github.com:valentineus/electron-hot-reload.git", "author": { "email": "info@valentineus.link", "name": "Valentin Popov", |