async-vdom-builder
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "async-vdom-builder", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -59,2 +59,4 @@ var EventEmitter = require('events').EventEmitter; | ||
var proto = AsyncVDOMBuilder.prototype = { | ||
isAsyncVDOMBuilder: true, | ||
element: function(name, attrs, childCount) { | ||
@@ -61,0 +63,0 @@ var element = createElement(name, attrs, childCount); |
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
16527
437