From f88c4c26e4cefaa02004f521c125674481aeb157 Mon Sep 17 00:00:00 2001 From: Jun Matsushita Date: Thu, 6 Jul 2017 12:33:56 +0200 Subject: [PATCH] Moment is not a dev dependency --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4e9a013..6a11226 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ "dependencies": { "debug": "^2.2.0", "fs-extra": "^2.0.0", - "lodash": "^4.17.4" + "lodash": "^4.17.4", + "moment": "^2.17.1" }, "devDependencies": { "chai": "^3.5.0", "chai-moment-js": "^1.0.0", "dirty-chai": "^1.2.2", - "metalsmith": "^2.3.0", - "moment": "^2.17.1" + "metalsmith": "^2.3.0" } }