From 167493a566d2b6407a31468116b0489ce71a0504 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 7 Feb 2017 11:23:16 -0500 Subject: [PATCH] adding datejs to package json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 293ecfe..e75190a 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,8 @@ "grunt-contrib-uglify": "~0.7.0", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-copy": "~0.7.0" + }, + "dependencies": { + "datejs": "~1.0.0-rc3" } -} \ No newline at end of file +} -- 2.17.1