Add moment.js third-party module via npm.

This is needed for timezone manipulations.  We may be able to replace
XDate with it in the future as well.
This commit is contained in:
hackerkid
2017-04-02 03:37:03 +05:30
committed by Tim Abbott
parent ecf9a50610
commit 2a0a84b229
4 changed files with 6 additions and 1 deletions

View File

@@ -15,6 +15,8 @@
"jquery": "2.2.3",
"jquery-validation": "1.16.0",
"katex": "0.7.1",
"moment": "2.18.1",
"moment-timezone": "0.5.12",
"plotly.js": "1.19.2",
"string.prototype.codepointat": "0.2.0",
"underscore": "1.8.3",