@open-wc/testing-helpers
Advanced tools
Comparing version 0.7.13 to 0.7.14
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.7.14](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/compare/@open-wc/testing-helpers@0.7.13...@open-wc/testing-helpers@0.7.14) (2019-02-13) | ||
### Bug Fixes | ||
* **testing-helpers:** raise peer dependency of lit-html to 1.x ([1744317](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/commit/1744317)) | ||
## [0.7.13](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/compare/@open-wc/testing-helpers@0.7.12...@open-wc/testing-helpers@0.7.13) (2019-02-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@open-wc/testing-helpers", | ||
"version": "0.7.13", | ||
"version": "0.7.14", | ||
"description": "Testing Helpers following open-wc recommendations", | ||
@@ -21,3 +21,3 @@ "author": "open-wc", | ||
"peerDependencies": { | ||
"lit-html": "^0.12.0" | ||
"lit-html": "^1.0.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "378b0c34036b9cc51fd1b815a327705904efd313" | ||
"gitHead": "85df445d57ee700b2290d39d60c76ea9734d1ec7" | ||
} |
@@ -17,2 +17,10 @@ # Testing Helpers | ||
::: warning | ||
Testing helpers requires as a peer dependency [lit-html](https://lit-html.polymer-project.org/). | ||
You can install it inside your project with npm : | ||
```bash | ||
npm i --save lit-html | ||
``` | ||
::: | ||
## Test a custom element | ||
@@ -19,0 +27,0 @@ ```js |
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
31605
178