@morbidick/lit-element-notify
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@morbidick/lit-element-notify", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Small helpers for LitElement to dispatch change notifications and two-way binding", | ||
@@ -11,2 +11,3 @@ "license": "MIT", | ||
"main": "index.js", | ||
"module": "index.js", | ||
"peerDependencies": { | ||
@@ -13,0 +14,0 @@ "lit-element": "^2.0.1", |
10777