Skip to content

Commit

Permalink
Merge pull request #42 from vtamara/patch-1
Browse files Browse the repository at this point in the history
All 22 tests pass in OpenBSD-current
  • Loading branch information
tautologistics committed Apr 1, 2012
2 parents b8f555d + 58e5597 commit e89d0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{ {
"name": "htmlparser" "name": "htmlparser"
, "description": "Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers" , "description": "Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers"
, "version": "1.7.4" , "version": "1.7.5"
, "author": "Chris Winberry <chris@winberry.net>" , "author": "Chris Winberry <chris@winberry.net>"
, "contributors": [] , "contributors": []
, "repository": { , "repository": {
Expand All @@ -23,7 +23,7 @@
"mail": "chris@winberry.net" "mail": "chris@winberry.net"
, "url": "http://github.com/tautologistics/node-htmlparser/issues" , "url": "http://github.com/tautologistics/node-htmlparser/issues"
} }
, "os": [ "linux", "darwin", "freebsd", "win32" ] , "os": [ "linux", "darwin", "freebsd", "win32", "openbsd" ]
, "directories": { "lib": "./lib/" } , "directories": { "lib": "./lib/" }
, "main": "./lib/htmlparser" , "main": "./lib/htmlparser"
, "engines": { "node": ">=0.1.33" } , "engines": { "node": ">=0.1.33" }
Expand Down

0 comments on commit e89d0c9

Please sign in to comment.