aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-12 01:26:51 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-11 21:56:51 +0200
commit80d7ef19dbb4271416bd8b5bbf938e180c57e5f3 (patch)
treeec99db3b3b0727d7ac81c1ead70e17db0c1bb6b3 /package.json
parentFixing issue with icons being garbled due to misconfiguration of gulp (diff)
downloadferdium-app-80d7ef19dbb4271416bd8b5bbf938e180c57e5f3.tar.gz
ferdium-app-80d7ef19dbb4271416bd8b5bbf938e180c57e5f3.tar.zst
ferdium-app-80d7ef19dbb4271416bd8b5bbf938e180c57e5f3.zip
Method reuse (#1379)
* Used already exported common functions to avoid the same logic being repeated. * Use a different package to retrieve the os-name for the 'About Dialog'.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6c73b5d8d..90405650d 100644
--- a/package.json
+++ b/package.json
@@ -106,6 +106,7 @@
106 "ms": "2.1.2", 106 "ms": "2.1.2",
107 "node-fetch": "2.6.1", 107 "node-fetch": "2.6.1",
108 "normalize-url": "5.0.0", 108 "normalize-url": "5.0.0",
109 "os-name": "4.0.0",
109 "pretty-bytes": "^5.6.0", 110 "pretty-bytes": "^5.6.0",
110 "prop-types": "^15.5.10", 111 "prop-types": "^15.5.10",
111 "react": "16.12.0", 112 "react": "16.12.0",