Skip to content

Commit

Permalink
Fix links in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Buczynski committed Jul 17, 2016
1 parent 8fe5e8e commit 3d94d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "meanie-mongoose-to-json",
"description": "A simple plugin for Mongoose to normalize JSON output for use with Meanie Express Seed projects",
"version": "1.0.0",
"homepage": "https://github.com/meanie/express-error-types",
"homepage": "https://github.com/meanie/mongoose-to-json",
"author": {
"name": "Adam Buczynski",
"email": "me@adambuczynski.com",
Expand All @@ -12,10 +12,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meanie/express-error-types"
"url": "https://github.com/meanie/mongoose-to-json"
},
"bugs": {
"url": "https://github.com/meanie/express-error-types/issues"
"url": "https://github.com/meanie/mongoose-to-json/issues"
},
"keywords": [
"meanie",
Expand Down

0 comments on commit 3d94d4f

Please sign in to comment.