[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:
Victor Woeltjen 2015-10-23 15:41:59 -07:00
parent a43c8f2ce8
commit ddb567aeb5
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@
"configuration": {
"paths": {
"moment-duration-format": "moment-duration-format"
},
"shim": {
"moment-duration-format": {
"deps": [ "moment" ]
}
}
},
"extensions": {

View File

@ -93,4 +93,4 @@ define(
});
}
);
);