Comparing version 4.1.0 to 4.2.0
@@ -104,3 +104,3 @@ var document = require('global/document') | ||
if (node && node.nodeName && node.nodeType) { | ||
if (node && node.nodeType) { | ||
el.appendChild(node) | ||
@@ -107,0 +107,0 @@ } |
{ | ||
"name": "bel", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "A simple extension to native elements", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"start": "wzrd test/index.js:bundle.js", | ||
"test": "standard && browserify test/index.js | testron", | ||
"test": "standard && node test/server.js && browserify test/index.js | testron", | ||
"bench": "wzrd bench/index.js:bundle.js" | ||
@@ -11,0 +11,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7977