@morbidick/lit-element-notify
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@morbidick/lit-element-notify", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Small helpers for LitElement to dispatch change notifications and two-way binding", | ||
@@ -12,4 +12,4 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"lit-element": "^2.0.0-rc.3", | ||
"lit-html": "^1.0.0-rc.2" | ||
"lit-element": "^2.0.1", | ||
"lit-html": "^1.0.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
10753