Comparing version 1.0.5 to 1.0.6
@@ -7,3 +7,3 @@ var parser = require('html2hscript'); | ||
module.exports = { | ||
module.exports.Literal = { | ||
Component: function(html) { | ||
@@ -10,0 +10,0 @@ parser(html, function(err, hscript) { |
{ | ||
"name": "literaljs", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Lightweight components using template literals with a virtual dom and diff system.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9579