Skip to content

Commit

Permalink
Modified package.json to avoid NPM errors and warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonlife committed Apr 1, 2012
1 parent bd27eda commit 59a63e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -2,20 +2,20 @@
, "description": "Fixture loading for Mongoose on NodeJS"
, "maintainers":
[ { "name": "Charles Davison"
, "web": "https://github.com/powmedia"
, "url": "https://github.com/powmedia"
}
]
, "contributors" :
[ { "name": "Charles Davison"
, "web": "https://github.com/powmedia"
, "url": "https://github.com/powmedia"
}
]
, "version": "0.1"
, "version": "0.1.0"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/powmedia/mongoose-fixtures.git"
}
, "bugs" : { "web" : "http://github.com/powmedia/mongoose-fixtures/issues" }
, "bugs" : { "url" : "http://github.com/powmedia/mongoose-fixtures/issues" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/powmedia/mongoose-fixtures/raw/master/LICENSE"
Expand Down

0 comments on commit 59a63e6

Please sign in to comment.