From 0ce98156311b88a6d29bdff88e6680fcae055eb1 Mon Sep 17 00:00:00 2001 From: Bryan Date: Thu, 28 Jul 2016 17:24:49 -0700 Subject: [PATCH] update package.json --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 14845f1..b710111 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,15 @@ "inquirer": "^1.1.2", "lodash": "^4.14.0", "minimist": "^1.2.0", + "moment": "^2.14.1", "require-all": "^2.0.0", "rethinkdbdash": "^2.3.19", "verbalize": "^0.2.0" }, - "devDependencies": {} + "devDependencies": {}, + "standard": { + "ignore": [ + "/lib/md5.js" + ] + } }