Comparing version 0.1.1 to 0.1.2
@@ -7,3 +7,3 @@ define(function(require, exports, module) { | ||
var node = jsx[i]; | ||
if(node.getAttribute('type') === 'text/csx' && !node.getAttribute('yurine')) { | ||
if(node.getAttribute('type') === 'text/jsx' && !node.getAttribute('yurine')) { | ||
node.setAttribute('yurine', 1); | ||
@@ -10,0 +10,0 @@ var code = node.textContent || node.text; |
{ | ||
"name": "yurine", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A CSX transformer for karas", | ||
@@ -5,0 +5,0 @@ "author": "army8735 <army8735@qq.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