diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-08-01 14:28:15 +0100 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-08-01 16:34:22 +0300 |
commit | 40e07fbc333354088d72c113ef0d8f1e58234aab (patch) | |
tree | d277bcd690598b6e34a1e920aa24fa34473d1ed1 /package.json | |
parent | Minor spelling mistake (diff) | |
download | libredirect-40e07fbc333354088d72c113ef0d8f1e58234aab.zip |
http status
Diffstat (limited to '')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index e6214c85..50872aac 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,13 @@ "bugs": { "url": "https://github.com/LibRedirect/LibRedirect/issues" }, - "homepage": "https://github.com/LibRedirect/LibRedirect", + "homepage": "https://libredirect.github.io", "devDependencies": { "prettier": "2.7.1", "web-ext": "^6.7.0" }, "dependencies": { - "buffer": "^6.0.3" + "buffer": "^6.0.3", + "ejs": "^3.1.8" } } |