Skip to content

Commit

Permalink
fixed more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jul 26, 2012
1 parent 07c9342 commit d3e608e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/w3cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var request = require('superagent');
var fs = require('fs');

var w3cCheckUrl = 'http://validator.w3.org/check';
var defaultOutput = 'jsoncd lib';
var defaultOutput = 'json';
var defaultCallback = function (res) {
console.log(res);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Thomas Davis",
"name": "w3cjs",
"description": "A node.js module for using the w3c validator.",
"version": "0.1.5",
"version": "0.1.6",
"repository": {
"url": "https://github.com/thomasdavis/w3cjs"
},
Expand Down

0 comments on commit d3e608e

Please sign in to comment.