Skip to content

Commit

Permalink
fix: wrong named export
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed May 16, 2020
1 parent 45af3cb commit 46c8ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/htmlhint
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var glob = require("glob");
var parseGlob = require('parse-glob');
var request = require('request');

var HTMLHint = require("../dist/htmlhint.js").hint;
var HTMLHint = require("../dist/htmlhint.js").HTMLHint;
var formatter = require('./formatter');
var pkg = require('../package.json');

Expand Down

0 comments on commit 46c8ede

Please sign in to comment.