diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-11 16:24:40 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-11 16:24:40 +0530 |
| commit | 7e6cdbaaca6dc1995d86ec49bacf212aed926839 (patch) | |
| tree | 08575fec705ec53816e83f9addbd71d9586e4d40 /package.json | |
| parent | a29b5cb04e292dbeb5ea47db71df68b486b19db3 (diff) | |
| download | authorr-7e6cdbaaca6dc1995d86ec49bacf212aed926839.tar.xz authorr-7e6cdbaaca6dc1995d86ec49bacf212aed926839.zip | |
Added FontAwesome
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index e448cf0..e21f9e7 100644 --- a/package.json +++ b/package.json @@ -47,10 +47,11 @@ "author": "Kumar Priyansh <[email protected]>", "license": "Apache-2.0", "dependencies": { - "electron": "^5.0.3", "local-storage": "^2.0.0" }, "devDependencies": { + "electron": "^5.0.3", + "@fortawesome/fontawesome-free": "^5.9.0", "electron-builder": "^20.43.0" } } |
