This commit is contained in:
Zalmoxisus 2016-08-04 17:30:28 +03:00
parent 23629b332e
commit 86b6a32d30
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ function log(pass, msg) {
var prefix = pass ? chalk.green.bgBlack('PASS') : chalk.red.bgBlack('FAIL');
var color = pass ? chalk.blue : chalk.red;
console.log(prefix, color(msg));
};
}
function getModuleName(type) {
switch (type) {

View File

@ -1,6 +1,6 @@
{
"name": "remotedev-server",
"version": "0.1.3",
"version": "0.1.4",
"description": "Run the RemoteDev monitor on your local server.",
"main": "bin/server.js",
"bin": {