Comparing version 1.0.2 to 1.0.3
##Changelog | ||
###v1.0.3 | ||
- Fixed error with client-side bundlers when a module was ending with a comment | ||
###v1.0.2 | ||
@@ -4,0 +7,0 @@ - Improved strict mode detection |
@@ -39,3 +39,3 @@ "use strict"; // run code in ES5 strict mode | ||
settersAndGettersSrc + "\n" + | ||
src + | ||
src + "\n" + | ||
@@ -42,0 +42,0 @@ " })();"; |
{ | ||
"name" : "rewire", | ||
"version" : "1.0.2", | ||
"version" : "1.0.3", | ||
"description" : "Dependency injection for node.js applications", | ||
@@ -5,0 +5,0 @@ "keywords" : [ |
Sorry, the diff of this file is not supported yet
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
117305