npm run dev --> watch

This commit is contained in:
akashnimare
2016-08-27 03:24:00 +05:30
parent e701afc428
commit ddf3338094
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ $ npm start
Start and watch changes
```sh
$ npm run watch
$ npm run dev
```
## Features

View File

@@ -1,5 +1,5 @@
{
"name": "Zulip-desktop",
"name": "Zulip-Desktop",
"productName": "Zulip",
"version": "0.1.4",
"description": "Zulip Desktop App",
@@ -15,7 +15,7 @@
"scripts": {
"test": "xo",
"start": "electron .",
"watch": "gulp dev",
"dev": "gulp dev",
"build": "electron-packager . --out=dist --app-version=$npm_package_version --prune --asar --overwrite --all"
},
"keywords": [