[Telemetry] Fix moment export

Fix bundle configuration for platform/telemetry such
that moment.min.js is exposed correctly as an available
dependency for AMD modules. WTD-812.
This commit is contained in:
Victor Woeltjen
2015-02-03 16:11:48 -08:00
parent bc5d657015
commit 86765e19a3

View File

@@ -3,7 +3,7 @@
"description": "Interfaces and infrastructure for real-time and historical data.", "description": "Interfaces and infrastructure for real-time and historical data.",
"configuration": { "configuration": {
"paths": { "paths": {
"moment": "moment.min.js" "moment": "moment.min"
}, },
"shim": { "shim": {
"moment": { "moment": {