Peter Burns 6278ee5df9 chore: just import 'lit', it's cleaner
Fixes #2742

PiperOrigin-RevId: 399238961
2021-09-27 11:28:08 -07:00

29 lines
743 B
JSON

{
"name": "@material/mwc-icon-button-toggle",
"version": "0.25.1",
"description": "Material Design icon button toggle",
"keywords": [
"material design",
"web components",
"icon button toggle"
],
"main": "mwc-icon-button-toggle.js",
"module": "mwc-icon-button-toggle.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-components.git",
"directory": "packages/icon-button-toggle"
},
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.25.1",
"@material/mwc-icon-button": "^0.25.1",
"@material/mwc-ripple": "^0.25.1",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
"publishConfig": {
"access": "public"
}
}