Files
open-wc/packages/lit-helpers/package.json
CircleCI 1ad98d8ae7 chore: release new versions
- @open-wc/building-rollup@0.18.1
 - @open-wc/building-webpack@2.10.8
 - @open-wc/demoing-storybook@1.5.2
 - es-dev-server@1.36.1
 - @open-wc/karma-esm@2.12.5
 - @open-wc/lit-helpers@0.2.5
 - @open-wc/semantic-dom-diff@0.15.5
 - storybook-addon-web-components-knobs@0.2.4
 - @open-wc/testing-helpers@1.5.0
 - @open-wc/testing-karma-bs@1.3.28
 - @open-wc/testing-karma@3.2.28
 - @open-wc/testing@2.5.0
2020-01-07 22:47:59 +00:00

40 lines
803 B
JSON

{
"name": "@open-wc/lit-helpers",
"version": "0.2.5",
"publishConfig": {
"access": "public"
},
"description": "Helpers and utils for lit-html and lit-element.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/lit-helpers"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.d.ts",
"*.js",
"src"
],
"keywords": [
"lit-html",
"lit-element",
"web components",
"utils",
"helpers"
],
"peerDependencies": {
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/testing": "^2.5.0",
"sinon": "^7.4.1"
},
"module": "index.js"
}