grunt-mock2easy
Advanced tools
Comparing version 0.1.14 to 0.1.15
{ | ||
"name": "grunt-mock2easy", | ||
"description": "mock接口,生成md文档", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"homepage": "", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -48,7 +48,6 @@ 'use strict'; | ||
fileReadStream.on('data',function(data){ | ||
fileWriteStream.write(data.replace(/\<%=port%\>/,server.address().port)); | ||
fileWriteStream.write(data); | ||
}); | ||
fileReadStream.on('end',function(){ | ||
console.log('readStream end'); | ||
fileWriteStream.end(); | ||
@@ -55,0 +54,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
1606644
40987