Skip to content

Commit 45e9c31

Browse files
committed
added missing dependency name
1 parent 2e5a5f9 commit 45e9c31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/dependencies/SystemImportDependency.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = SystemImportDependency;
1414

1515
SystemImportDependency.prototype = Object.create(ModuleDependency.prototype);
1616
SystemImportDependency.prototype.constructor = SystemImportDependency;
17+
SystemImportDependency.prototype.type = "System.import";
1718

1819
SystemImportDependency.Template = function SystemImportDependencyTemplate() {};
1920

0 commit comments

Comments
 (0)