Skip to content

Commit

Permalink
Fixing links to github in the package.json
Browse files Browse the repository at this point in the history
Midsteam name change cleanups.
  • Loading branch information
jonathana committed Mar 5, 2014
1 parent 9827a74 commit 5948355
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "express-xml-domparser",
"version": "0.0.1",
"version": "0.0.2",
"description": "Express middleware to read in the body of an XML http request into a DOM",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git@github.com:jonathana/express-xml-domreader.git"
"url": "git@github.com:jonathana/express-xml-domparser.git"
},
"keywords": [
"expressjs",
Expand All @@ -18,9 +18,9 @@
"author": "Jonathan M. Altman",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonathana/express-xml-domreader/issues"
"url": "https://github.com/jonathana/express-xml-domparser/issues"
},
"homepage": "https://github.com/jonathana/express-xml-domreader",
"homepage": "https://github.com/jonathana/express-xml-domparser",
"dependencies": {
"libxmljs": "~0.8.1"
}
Expand Down

0 comments on commit 5948355

Please sign in to comment.