Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Sep 24, 2012
1 parent c63e5c8 commit a9759ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
0.10.0 / 2012-08-27
0.10.0 / 2012-09-24
===================

* Greatly simplified and reorganized the library
* New test coverage
* Deprecated self-closing tags (HTML5 doesn't require them)

0.9.2 / 2012-08-10
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
var fs = require('fs');

exports = module.exports = process.env.EXPRESS_COV
? require('./lib-cov/cheerio')
: require('./lib/cheerio');
Expand Down

0 comments on commit a9759ab

Please sign in to comment.