fis-preprocessor-juicer-parse
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -11,2 +11,7 @@ /** | ||
//注册juicer的函数 | ||
juicer.register('stringify', function(str){ | ||
return JSON.stringify(str); | ||
}); | ||
//拼写文件名 | ||
@@ -13,0 +18,0 @@ var filePath = file.dirname + '/data.json'; |
{ | ||
"name" : "fis-preprocessor-juicer-parse", | ||
"description" : "fis插件,在fis编译的preprocessor阶段将数据和juicer模版引擎渲染为纯HTML页面", | ||
"version" : "0.1.0", | ||
"version" : "0.1.1", | ||
"author" : "bluestrings <yanbin01@baidu.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ "fis", "juicer" ], |
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
2199
22