@cicada/render
Advanced tools
Comparing version 1.1.22-alpha14 to 1.1.22-alpha15
@@ -284,2 +284,3 @@ 'use strict'; | ||
function remove(id, item) { | ||
if (data[id] === undefined) return; | ||
data[id] = data[id].filter(function (i) { | ||
@@ -286,0 +287,0 @@ return i !== item; |
{ | ||
"name": "@cicada/render", | ||
"version": "1.1.22-alpha14", | ||
"version": "1.1.22-alpha15", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
428999
10422