From ed38f7efddcb88911317f951c47028bc3a39cf71 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 29 Oct 2017 18:28:49 +0800 Subject: [PATCH] Add moment as deps --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 72ee2422..0e393ac0 100755 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "lodash": "^4.17.4", "lodash-decorators": "^4.4.1", "lodash.clonedeep": "^4.5.0", + "moment": "^2.19.1", "numeral": "^2.0.6", "prop-types": "^15.5.10", "qs": "^6.5.0", -- GitLab