diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-10 18:05:37 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-10 18:05:37 +0530 |
| commit | 7ff80a80f7f57911f72390ac1b1d9552443afdf0 (patch) | |
| tree | 4a99462644e5236535511c3237addcfb519e7e43 /package.json | |
| parent | df9d85a956ba3986507d93e42754e73a3add89e2 (diff) | |
| download | authorr-7ff80a80f7f57911f72390ac1b1d9552443afdf0.tar.xz authorr-7ff80a80f7f57911f72390ac1b1d9552443afdf0.zip | |
Added Electron and Updated Readme
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index e1200eb..e6b0f74 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,8 @@ "authors" ], "author": "Kumar Priyansh", - "license": "Apache-2.0" + "license": "Apache-2.0", + "dependencies": { + "electron": "^5.0.3" + } } |
