Comparing version 0.5.8 to 0.5.9
{ | ||
"name": "temple", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "A modern JavaScript view framework.", | ||
@@ -5,0 +5,0 @@ "repo": "BeneathTheInk/Temple", |
{ | ||
"name": "temple", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "A modern JavaScript view framework.", | ||
@@ -5,0 +5,0 @@ "repository": "BeneathTheInk/Temple", |
@@ -8,3 +8,3 @@ var _ = require("underscore"); | ||
var Temple = module.exports = { | ||
VERSION: "0.5.8", | ||
VERSION: "0.5.9", | ||
NODE_TYPE: NODE_TYPE, | ||
@@ -11,0 +11,0 @@ |
var _ = require("underscore"); | ||
var matchesSelector = require("matches-selector"); | ||
@@ -93,3 +92,3 @@ // like underscore's result, but pass arguments through | ||
if (node.nodeType === window.Node.ELEMENT_NODE) { | ||
return matchesSelector(node, selector); | ||
return require("matches-selector")(node, selector); | ||
} | ||
@@ -96,0 +95,0 @@ |
{ | ||
"name": "templejs", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "A reactive Mustache view framework.", | ||
@@ -5,0 +5,0 @@ "author": "Beneath the Ink <info@beneaththeink.com>", |
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
86375
2463