aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-11 15:43:03 +0530
committerKumar Priyansh <[email protected]>2019-06-11 15:43:03 +0530
commit17ef474270abb982f3a02f95f85fafd073e21133 (patch)
tree7896ae017b48c5df6bcde78e169c8422ef4a1de4 /package.json
parentc4c8fae2b0efbec33b5d4cfb2334e7061206f752 (diff)
downloadauthorr-17ef474270abb982f3a02f95f85fafd073e21133.tar.xz
authorr-17ef474270abb982f3a02f95f85fafd073e21133.zip
Added Local Storage
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
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"
}
}