typescript-plugin-css-modules
Advanced tools
Comparing version 2.6.0-beta.0 to 2.6.0-beta.1
@@ -14,3 +14,3 @@ "use strict"; | ||
var classNameToNamedExport = function (className) { | ||
return "export const " + className + ": string;"; | ||
return "export readonly let " + className + ": string;"; | ||
}; | ||
@@ -17,0 +17,0 @@ var flattenClassNames = function (previousValue, currentValue) { |
{ | ||
"name": "typescript-plugin-css-modules", | ||
"version": "2.6.0-beta.0", | ||
"version": "2.6.0-beta.1", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "author": "Brody McKee <mrmckeb@hotmail.com>", |
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
42118