Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/goto100/xpath
Browse files Browse the repository at this point in the history
  • Loading branch information
JLRishe committed Dec 4, 2017
2 parents ea6a85c + dde4158 commit 91ece87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ console.log(author)
J. K. Rowling

[MDN]: https://developer.mozilla.org/en/docs/Web/API/Document/evaluate

## License
MIT
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=0.6.0"
},
"author": {
"name": "Cameron McCormac"
"name": "Cameron McCormack"
},
"contributors": [
{
Expand Down Expand Up @@ -34,5 +34,5 @@
"xpath",
"xml"
],
"license": "CC-BY-SA-2.0"
"license": "MIT"
}
8 changes: 1 addition & 7 deletions xpath.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
*
* Cameron McCormack <cam (at) mcc.id.au>
*
* This work is licensed under the Creative Commons Attribution-ShareAlike
* License. To view a copy of this license, visit
*
* http://creativecommons.org/licenses/by-sa/2.0/
*
* or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford,
* California 94305, USA.
* This work is licensed under the MIT License.
*
* Revision 20: April 26, 2011
* Fixed a typo resulting in FIRST_ORDERED_NODE_TYPE results being wrong,
Expand Down

0 comments on commit 91ece87

Please sign in to comment.