Skip to content

Commit

Permalink
Adding dep and npm badges
Browse files Browse the repository at this point in the history
  • Loading branch information
sorensen committed Dec 1, 2013
1 parent 8d41e77 commit eb8888b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash

test:
@mocha -R spec
@mocha -R spec test.js

hint:
@jshint ascii-table.js test.js package.json
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
, "scripts": {
"test": "make test"
}
, "devDependencies": {
"mocha": "~1.8.1"
}
, "dependencies": {}
}
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Ascii Table
===========

[![Build Status](https://secure.travis-ci.org/sorensen/ascii-table.png)](http://travis-ci.org/sorensen/ascii-table)
[![devDependency Status](https://david-dm.org/sorensen/ascii-table.png)](https://david-dm.org/sorensen/ascii-table#info=dependencies)
[![NPM version](https://badge.fury.io/js/ascii-table.png)](http://badge.fury.io/js/ascii-table)

Easy table output for node debugging, but you could probably do more with it,
since its just a string.
Expand Down

0 comments on commit eb8888b

Please sign in to comment.