diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-11 15:43:03 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-11 15:43:03 +0530 |
| commit | 17ef474270abb982f3a02f95f85fafd073e21133 (patch) | |
| tree | 7896ae017b48c5df6bcde78e169c8422ef4a1de4 /package.json | |
| parent | c4c8fae2b0efbec33b5d4cfb2334e7061206f752 (diff) | |
| download | authorr-17ef474270abb982f3a02f95f85fafd073e21133.tar.xz authorr-17ef474270abb982f3a02f95f85fafd073e21133.zip | |
Added Local Storage
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 00c6df8..e448cf0 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,11 @@ ], "author": "Kumar Priyansh <[email protected]>", "license": "Apache-2.0", - "dependencies": {}, - "devDependencies": { + "dependencies": { "electron": "^5.0.3", + "local-storage": "^2.0.0" + }, + "devDependencies": { "electron-builder": "^20.43.0" } } |
