Comparing version 1.0.4 to 1.0.5
@@ -84,5 +84,7 @@ /// <reference path="./index.ts" /> | ||
break; | ||
case 'log': | ||
default: | ||
logText.blue.bold; | ||
console.log(('unknown logType for "' + logText + '"').red.bold); | ||
break; | ||
} | ||
@@ -205,3 +207,3 @@ console.log(logText); | ||
default: | ||
console.log("something is strage about the way you required beautylog"); | ||
console.log("something is strange about the way you required beautylog"); | ||
break; | ||
@@ -208,0 +210,0 @@ } |
{ | ||
"name": "beautylog", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "beautiful logging", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# beautylog | ||
beautiful logging | ||
## Buildstatus | ||
## Status | ||
[![Build Status](https://travis-ci.org/pushrocks/beautylog.svg?branch=v0.0.9)](https://travis-ci.org/pushrocks/beautylog) | ||
[![Dependency Status](https://david-dm.org/pushrocks/beautylog.svg)](https://david-dm.org/pushrocks/beautylog) | ||
[![bitHound Dependencies](https://www.bithound.io/github/pushrocks/beautylog/badges/dependencies.svg)](https://www.bithound.io/github/pushrocks/beautylog/master/dependencies/npm) | ||
[![bitHound Score](https://www.bithound.io/github/pushrocks/beautylog/badges/score.svg)](https://www.bithound.io/github/pushrocks/beautylog) | ||
## Usage | ||
@@ -10,0 +11,0 @@ ```javascript |
@@ -49,5 +49,7 @@ /// <reference path="./index.ts" /> | ||
break; | ||
case 'log': | ||
default: | ||
logText.blue.bold; | ||
console.log(('unknown logType for "' + logText + '"').red.bold); | ||
break; | ||
} | ||
@@ -54,0 +56,0 @@ console.log(logText); |
@@ -18,3 +18,3 @@ /// <reference path="./typings/tsd.d.ts" /> | ||
default: | ||
console.log("something is strage about the way you required beautylog"); | ||
console.log("something is strange about the way you required beautylog"); | ||
break; | ||
@@ -21,0 +21,0 @@ } |
Sorry, the diff of this file is not supported yet
43
115892
21
2573