mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +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",
|
"name": "Data bundle",
|
||||||
"description": "Interfaces and infrastructure for real-time and historical data.",
|
"description": "Interfaces and infrastructure for real-time and historical data.",
|
||||||
|
"configuration": {
|
||||||
|
"paths": {
|
||||||
|
"moment": "moment.min.js"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"moment": {
|
||||||
|
"exports": "moment"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user