[Telemetry] Expose moment

Expose the moment library for time/date operations.
For use in parsing WARP server messages (WTD-644.)
This commit is contained in:
Victor Woeltjen 2015-01-05 10:12:19 -08:00
parent 2bcb6a1a6e
commit d4fd6824b6

View File

@ -1,6 +1,16 @@
{
"name": "Data bundle",
"description": "Interfaces and infrastructure for real-time and historical data.",
"configuration": {
"paths": {
"moment": "moment.min.js"
},
"shim": {
"moment": {
"exports": "moment"
}
}
},
"extensions": {
"components": [
{