Files
open-wc/packages/semantic-dom-diff/package.json
CircleCI a67b30a5c3 chore: release new versions
- @open-wc/dedupe-mixin@1.2.10
 - @open-wc/lit-helpers@0.3.5
 - @open-wc/scoped-elements@0.7.1
 - @open-wc/semantic-dom-diff@0.17.5
 - storybook-addon-web-components-knobs@0.3.4
 - @open-wc/testing-helpers@1.6.2
 - @open-wc/testing@2.5.8
2020-03-19 15:55:52 +00:00

36 lines
814 B
JSON

{
"name": "@open-wc/semantic-dom-diff",
"version": "0.17.5",
"publishConfig": {
"access": "public"
},
"description": "To compare dom and shadow dom trees. Part of open-wc recommendations",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/semantic-dom-diff"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/semantic-dom-diff",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.d.ts",
"*.js",
"src"
],
"keywords": [
"dom-diff",
"testing",
"snapshots"
],
"devDependencies": {
"@open-wc/testing-helpers": "^1.6.2",
"chai": "^4.2.0",
"mocha": "^6.2.2"
},
"module": "index.js"
}