@stylable/jest
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@stylable/jest", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Test your Stylable React components using Jest", | ||
@@ -11,7 +11,7 @@ "main": "dist/jest.js", | ||
"lint": "tslint --project .", | ||
"test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx" | ||
"test": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx" | ||
}, | ||
"dependencies": { | ||
"@stylable/node": "^1.0.2", | ||
"@stylable/runtime": "^1.0.2" | ||
"@stylable/node": "^1.0.3", | ||
"@stylable/runtime": "^1.0.3" | ||
}, | ||
@@ -30,3 +30,3 @@ "files": [ | ||
"license": "BSD-3-Clause", | ||
"gitHead": "a25e618e3e4e4c97a0a269a423a9e3008f59d7e7" | ||
"gitHead": "c1482394cb94ebcd9e290f25e0d92ca36499fe08" | ||
} |
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
4398
Updated@stylable/node@^1.0.3
Updated@stylable/runtime@^1.0.3