dependency-injection-cat
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "dependency-injection-cat", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
export default class DiContainerWebpackPlugin { | ||
constructor(watchMode: boolean); | ||
apply(): void; | ||
} |
@@ -8,4 +8,5 @@ "use strict"; | ||
} | ||
DiContainerWebpackPlugin.prototype.apply = function () { }; | ||
return DiContainerWebpackPlugin; | ||
}()); | ||
exports.default = DiContainerWebpackPlugin; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138157
2530