Skip to content

Commit

Permalink
bump version. add repo and bug info package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
polotek committed Aug 23, 2010
1 parent 37629b5 commit 29cfaef
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Expand Up @@ -2,12 +2,20 @@
, "author" : "Marco Rogers - http://github.com/polotek"
, "contributors" : ["Jeff Smick"]
, "description" : "libxml bindings for v8 javascript engine"
, "version" : "0.4.0"
, "version" : "0.4.1"
, "scripts" :
{ "preinstall" : "make node"
, "preuninstall" : "make clean"
, "test" : "make test"
}
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/polotek/libxmljs.git"
}
, "bugs" :
{ "mail" : ""
, "web" : "http://github.com/polotek/libxmljs/issues"
}
, "main" : "./libxmljs"
, "engines" : { "node" : ">=0.1.30" }
, "engines" : { "node" : ">=0.1.90" }
}

0 comments on commit 29cfaef

Please sign in to comment.