v0.1.4
This commit is contained in:
parent
23629b332e
commit
86b6a32d30
@ -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) {
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user