fis-kernel
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -441,3 +441,3 @@ /* | ||
ret = f.getContent(); | ||
if(type === 'jsEmbed' && !f.isJsLike){ | ||
if(type === 'jsEmbed' && !f.isJsLike && !f.isJsonLike){ | ||
ret = JSON.stringify(ret); | ||
@@ -444,0 +444,0 @@ } |
@@ -133,3 +133,6 @@ /* | ||
this.isHtmlLike = true; | ||
break; | ||
break; | ||
case '.json': | ||
this.isJsonLike = true; | ||
break; | ||
} | ||
@@ -136,0 +139,0 @@ } else if(_.isImageFile(rExt)) { |
{ | ||
"name" : "fis-kernel", | ||
"description" : "fis kernel.", | ||
"version" : "2.0.0", | ||
"version" : "2.0.1", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.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
76065
2283