diff options
author | lowercasename <raphaelkabo@gmail.com> | 2020-01-21 16:51:50 +0000 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2020-01-21 16:51:50 +0000 |
commit | 111406040ec9f7f48b28077c8eea95a792b14cc7 (patch) | |
tree | edb9ec8df04a9e8e931c76e3a0f7fa10b2ac5631 /package.json | |
parent | 481217f28c4b69bdeaf1d11a5d5156f53a6c853b (diff) |
Switch all external depends over to local files
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 785a059..651eac0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "start": "nodemon ./start.js" }, - "engines": { "node" : ">=10.18.1" }, + "engines": { + "node": ">=10.18.1" + }, "keywords": [], "author": "", "license": "ISC", @@ -36,7 +38,7 @@ "randomstring": "^1.1.5", "request": "^2.88.0", "sanitize-html": "^1.20.1", - "shortid": "^2.2.14" + "shortid": "^2.2.15" }, "devDependencies": { "eslint": "^6.1.0", |