mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 05:08:15 +00:00
[Clocks/Timers] Declare dependency of moment-duration-format
...to ensure that moment is loaded first, such that the plugin can correctly install itself. nasa/openmctweb#204
This commit is contained in:
@ -4,6 +4,11 @@
|
||||
"configuration": {
|
||||
"paths": {
|
||||
"moment-duration-format": "moment-duration-format"
|
||||
},
|
||||
"shim": {
|
||||
"moment-duration-format": {
|
||||
"deps": [ "moment" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"extensions": {
|
||||
|
Reference in New Issue
Block a user