diff options
| author | Kumar Priyansh <[email protected]> | 2020-07-17 20:17:19 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-07-17 20:17:19 +0530 |
| commit | 65cd01d0d7eae5b5e94b32f4de5f62521726c846 (patch) | |
| tree | 1de3784356ebfb600f734b15e80a9767efc9d702 /package.json | |
| parent | 4281b106199b39822294a59fba0c26809019a006 (diff) | |
| download | authorr-65cd01d0d7eae5b5e94b32f4de5f62521726c846.tar.xz authorr-65cd01d0d7eae5b5e94b32f4de5f62521726c846.zip | |
Folder organisation & include native kit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 601f0bf..82480a3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "main.js", "scripts": { "test": "build", - "start": "electron ." + "start": "electron src/main.js" }, "build": { "appId": "xyz.kumarpriyansh.authorr", |
