mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
[Build] Update dependency references
...to reflect movement of third-party libraries to bower_components.
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
/*global define*/
|
||||
|
||||
define(
|
||||
["../../lib/uuid", "./Identifier"],
|
||||
["uuid", "./Identifier"],
|
||||
function (uuid, Identifier) {
|
||||
'use strict';
|
||||
|
||||
|
Reference in New Issue
Block a user