@stylin/ts-loader
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -11,3 +11,3 @@ "use strict"; | ||
const toDTS = Handlebars.compile(template, { noEscape: true }); | ||
const makeOptions = R.merge({ | ||
const makeOptions = R.mergeRight({ | ||
propsType: (name) => `${name}Props`, | ||
@@ -14,0 +14,0 @@ styledPropsType: (name) => `Styled${name}Props`, |
{ | ||
"name": "@stylin/ts-loader", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Stylin TypeScript typing loader module for webpack", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "6b0226e8080d0c6b74361234b1641cccb1bb9d54" | ||
"gitHead": "990ec20722cb68ebd6462897596d0fe746a4528a" | ||
} |
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
11938