@open-wc/semantic-dom-diff
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.5.1](https://github.com/open-wc/open-wc/tree/master/packages/semantic-dom-diff/compare/@open-wc/semantic-dom-diff@0.5.0...@open-wc/semantic-dom-diff@0.5.1) (2018-12-13) | ||
### Bug Fixes | ||
* apply prettier; add lint-staged ([43acfad](https://github.com/open-wc/open-wc/tree/master/packages/semantic-dom-diff/commit/43acfad)) | ||
# [0.5.0](https://github.com/open-wc/open-wc/tree/master/packages/semantic-dom-diff/compare/@open-wc/semantic-dom-diff@0.4.3...@open-wc/semantic-dom-diff@0.5.0) (2018-12-11) | ||
@@ -8,0 +19,0 @@ |
// eslint-disable-next-line import/no-extraneous-dependencies | ||
const createBaseConfig = require('@open-wc/testing-karma-bs/create-karma-es5-bs.config'); | ||
module.exports = (config) => { | ||
module.exports = config => { | ||
const baseConfig = createBaseConfig(config); | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@open-wc/semantic-dom-diff", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "To compare dom and shadow dom trees. Part of open-wc recommendations", | ||
@@ -23,8 +23,8 @@ "author": "open-wc", | ||
"@bundled-es-modules/chai": "^4.2.0", | ||
"@open-wc/testing-karma": "^0.2.3", | ||
"@open-wc/testing-karma-bs": "^0.1.3", | ||
"@open-wc/testing-karma": "^0.3.0", | ||
"@open-wc/testing-karma-bs": "^0.1.4", | ||
"@open-wc/testing-wallaby": "^0.1.4", | ||
"mocha": "^5.0.0" | ||
}, | ||
"gitHead": "e04c1ee29c25e8a78e20850104cecee9bcb50c91" | ||
"gitHead": "d86afc490b57c2f8d4b7edf63b4b930b4770b991" | ||
} |
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
17064