@open-wc/testing
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.8.2](https://github.com/open-wc/open-wc/tree/master/packages/testing/compare/@open-wc/testing@0.8.1...@open-wc/testing@0.8.2) (2018-12-20) | ||
### Bug Fixes | ||
* properly apply prettier ([a12bb09](https://github.com/open-wc/open-wc/tree/master/packages/testing/commit/a12bb09)) | ||
## [0.8.1](https://github.com/open-wc/open-wc/tree/master/packages/testing/compare/@open-wc/testing@0.8.0...@open-wc/testing@0.8.1) (2018-12-20) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@open-wc/testing", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Testing following open-wc recommendations", | ||
@@ -22,4 +22,4 @@ "author": "open-wc", | ||
"@bundled-es-modules/chai": "^4.2.0", | ||
"@open-wc/chai-dom-equals": "^0.7.1", | ||
"@open-wc/testing-helpers": "^0.6.1", | ||
"@open-wc/chai-dom-equals": "^0.7.2", | ||
"@open-wc/testing-helpers": "^0.6.2", | ||
"@types/chai": "^4.1.7", | ||
@@ -29,8 +29,8 @@ "mocha": "^5.0.0" | ||
"devDependencies": { | ||
"@open-wc/testing-karma": "^0.4.1", | ||
"@open-wc/testing-karma-bs": "^0.2.1", | ||
"@open-wc/testing-karma": "^0.4.2", | ||
"@open-wc/testing-karma-bs": "^0.2.2", | ||
"@open-wc/testing-wallaby": "^0.1.4", | ||
"webpack-merge": "^4.1.5" | ||
}, | ||
"gitHead": "c9e573bb063cabb3798c7ccf6bd22c58664d2992" | ||
"gitHead": "e252bcf876e3061f6434e5165a3f8497354ae48f" | ||
} |
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
19313