mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 08:48:28 +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": {
|
||||
|
@ -93,4 +93,4 @@ define(
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user