Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "jest-csl", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/cormacrelf/jest-csl", |
@@ -16,3 +16,3 @@ # `jest-csl` | ||
particular CSL-JSON reference library, for a particular style | ||
* A function to to collect results for further processing (like turning it into | ||
* A CLI and an API to to collect results for further processing (like turning it into | ||
HTML). | ||
@@ -19,0 +19,0 @@ |
@@ -38,3 +38,3 @@ const log = require('loglevel'); | ||
} | ||
jurisdictionDirs.push(_cacheLoc('style-modules')); | ||
jurisdictionDirs.push(getCacheLoc('style-modules')); | ||
let ord = jurisdictionDirs | ||
@@ -41,0 +41,0 @@ .map(d => () => tryFile(path.join(d, id))); |
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
38168