diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-10 18:12:50 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-10 18:12:50 +0530 |
| commit | 7500005f992b4588adc48360bce6663d3ce4f2a1 (patch) | |
| tree | b3d6bcfdb29079830385aab90e31b9fda5665229 | |
| parent | 7f7cd8f0040064f98b0ee5f4ef22d9274e48e456 (diff) | |
| download | authorr-7500005f992b4588adc48360bce6663d3ce4f2a1.tar.xz authorr-7500005f992b4588adc48360bce6663d3ce4f2a1.zip | |
Package JSON Updated
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8c27847..2a3e530 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A Simple App for Book Authoring", "main": "main.js", "scripts": { - "start": "electron ." + "test": "electron ." }, "repository": { "type": "git", |
