grunt-mock2easy
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "grunt-mock2easy", | ||
"description": "通过nodejs的服务实现ajax的跨域访问,利用mockjs动态生成json接口,模拟各种恶略环境测试系统是否健全,测试接口生成接口文档", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"homepage": "https://github.com/appLhui/grunt-mock2easy", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -55,3 +55,3 @@ /** | ||
} | ||
_path.push('|[' + _json.interfaceName + '](./' + global.options.doc + _json.interfaceUrl.replace('.json', '.md') + ')|'+_json.interfaceName+'|\n'); | ||
_path.push('|[' + _json.interfaceUrl + '](./' + global.options.doc + _json.interfaceUrl.replace('.json', '.md') + ')|'+_json.interfaceName+'|\n'); | ||
@@ -58,0 +58,0 @@ setConfiguration(grunt, _json).then(function () { |
@@ -126,3 +126,3 @@ /** | ||
_reqStr, | ||
'#### 返回接口\n```json\n', | ||
'#### 返回接口\n```js\n', | ||
json2md(_str,getCoord(_str)), | ||
@@ -129,0 +129,0 @@ '\n```' |
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
3817414