gulp-mock-server
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "gulp-mock-server", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "to be the most simple gulp mock tool in the world", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"start": "gulp", | ||
"test": "mocha" | ||
@@ -8,0 +9,0 @@ }, |
@@ -87,2 +87,4 @@ var url = require('url'); | ||
return; | ||
} else { | ||
console.log('In your directory without this file:' + path.join(dir + fullName + '[.json|.js]')); | ||
} | ||
@@ -89,0 +91,0 @@ |
Sorry, the diff of this file is not supported yet
34768
31
508