From d38931185c65709a832ede166945f1e6a4793337 Mon Sep 17 00:00:00 2001 From: Dylan Dervaux Date: Fri, 1 Feb 2019 12:33:27 +0100 Subject: [PATCH] Add lutim dependency Signed-off-by: Dylan Dervaux --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f7b1363..0a9e8bda 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "doctoc": "doctoc --title='# Table of Contents' README.md" }, "dependencies": { + "@mlink/scrypt": "^6.1.2", "@passport-next/passport-openid": "^1.0.0", "Idle.Js": "git+https://github.com/shawnmclean/Idle.js", "archiver": "^2.1.1", @@ -63,6 +64,7 @@ "keymaster": "^1.6.2", "list.js": "^1.5.0", "lodash": "^4.17.11", + "lutim": "^1.0.2", "lz-string": "git+https://github.com/hackmdio/lz-string.git", "markdown-it": "^8.2.2", "markdown-it-abbr": "^1.0.4", @@ -109,7 +111,6 @@ "readline-sync": "^1.4.7", "request": "^2.88.0", "reveal.js": "~3.7.0", - "@mlink/scrypt": "^6.1.2", "select2": "^3.5.2-browserify", "sequelize": "^3.28.0", "sequelize-cli": "^2.5.1",