Skip to content

Commit

Permalink
Added travis.ci and updated demonstartion file
Browse files Browse the repository at this point in the history
  • Loading branch information
bebe committed Apr 5, 2014
1 parent d78260e commit 963d98c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#Clrlog#
##Lightweight colorful JavaScript application logger with stack trace and logfile support for node.js##

[![Dependency Status](https://gemnasium.com/BernhardBezdek/clrlog.svg)](https://gemnasium.com/BernhardBezdek/clrlog)

![Image](https://raw.githubusercontent.com/BernhardBezdek/Clrlog/master/previews/example_output.png "Example output")

#How to use#
Expand Down
2 changes: 1 addition & 1 deletion demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
global.DEBUG = true;

// Fetch Clrlog
var Clrlog = require(__dirname + '/../Clrlog.js');
var Clrlog = require(__dirname + '/../index.js');

////////////////////////////////////////////////////////
/////Call Clrlog like a plain old javascript funtion/////
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clrlog",
"description": "Lightweight colorful JavaScript application logger with stack trace and logfile support for node.js",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Bernhard Bezdek",
"email": "[email protected]"
Expand Down

0 comments on commit 963d98c

Please sign in to comment.