@b9g/crank
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -134,3 +134,3 @@ /// <reference types="dom.d.ts" /> | ||
(descriptor.writable === true || descriptor.set !== undefined)) { | ||
if (node[name] !== value) { | ||
if (node[name] !== value || oldValue === undefined) { | ||
node[name] = value; | ||
@@ -137,0 +137,0 @@ } |
{ | ||
"name": "@b9g/crank", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Write JSX-driven components with functions, promises and generators.", | ||
@@ -109,3 +109,6 @@ "homepage": "https://crank.js.org", | ||
"access": "public" | ||
} | ||
}, | ||
"workspaces": [ | ||
"packages/*" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1217376