From: Anthony Talarico Date: Tue, 7 Feb 2017 16:23:16 +0000 (-0500) Subject: adding datejs to package json X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=167493a566d2b6407a31468116b0489ce71a0504;p=WP-Themes%2Fglmthemes%2Fcrawfordcounty-theme.git adding datejs to package json --- 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 +}