diff options
author | John MacFarlane <[email protected]> | 2014-07-21 22:35:07 -0700 |
---|---|---|
committer | John MacFarlane <[email protected]> | 2014-08-13 22:56:32 -0700 |
commit | 4051f2ec7d86ff2de1dc5f1015e9c569048aa1c0 (patch) | |
tree | 4bf6dc36aa67fb615f0f85cac5a902b81efb0e31 /js/test.js | |
parent | 870e63be7360b5a0097a27656048e853bc720464 (diff) |
Added ansi so we don't need to install anything to run testjs.
Diffstat (limited to 'js/test.js')
-rwxr-xr-x | js/test.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ var fs = require('fs'); var util = require('util'); var stmd = require('./stmd'); -var ansi = require('ansi') +var ansi = require('./ansi/ansi') var cursor = ansi(process.stdout); var writer = new stmd.HtmlRenderer(); |