html-select
Advanced tools
Comparing version 2.3.22 to 2.3.23
@@ -1,2 +0,2 @@ | ||
var tags = '!-- br hr input meta img link param area col base'.split(' '); | ||
var tags = '!-- area base br col embed hr img input keygen link menuitem meta param source track wbr'.split(' '); | ||
var map = {}; | ||
@@ -3,0 +3,0 @@ tags.forEach(function (t) { map[t] = true }); |
{ | ||
"name": "html-select", | ||
"version": "2.3.22", | ||
"version": "2.3.23", | ||
"description": "match a tokenized html stream with css selectors", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
203347