mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 23:12:23 +00:00
[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:
parent
2bcb6a1a6e
commit
d4fd6824b6
@ -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": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user