mirror of
https://github.com/nasa/openmct.git
synced 2025-02-08 03:50:39 +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:
parent
a43c8f2ce8
commit
ddb567aeb5
@ -4,6 +4,11 @@
|
||||
"configuration": {
|
||||
"paths": {
|
||||
"moment-duration-format": "moment-duration-format"
|
||||
},
|
||||
"shim": {
|
||||
"moment-duration-format": {
|
||||
"deps": [ "moment" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"extensions": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user