adding datejs to package json
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 7 Feb 2017 16:23:16 +0000 (11:23 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 7 Feb 2017 16:23:16 +0000 (11:23 -0500)
package.json

index 293ecfe..e75190a 100644 (file)
@@ -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
+}