Skip to content

Commit

Permalink
Increment version and adjust author/contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
JLRishe committed Apr 9, 2016
1 parent 8c51528 commit 8f93951
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"name": "xpath",
"version": "0.0.22",
"version": "0.0.23",
"description": "DOM 3 Xpath implemention and helper for node.js.",
"engines": {
"node": ">=0.6.0"
},
"author": {
"name": "goto100"
"name": "Cameron McCormac"
},
"contributors": [
{
"name": "goto100"
},
{
"name": "James Rishe"
}
],
"dependencies": {},
"devDependencies": {
"nodeunit": ">=0.6.4",
Expand Down

0 comments on commit 8f93951

Please sign in to comment.