Skip to content

Commit

Permalink
ADD: give credit to contributors
Browse files Browse the repository at this point in the history
ADD: version 0.0.7

FIX: license notice in package.json
  • Loading branch information
florianholzapfel committed Jun 18, 2013
1 parent a76572b commit b8ac476
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ serve(app, model, [options])
* prefix - Some path that will be prefixed to the REST path. Defaults to ```/api```
* version - An API version that will be prefixed to the rest path. Defaults to ```v1```
* middleware - An express middleware or an array of express middlewares that will be used.

## Contributors
* Enric León (https://github.com/nothingbuttumbleweed)

## Formalia

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "express-restify-mongoose",
"description": "Easily restify mongoose database",
"version": "0.0.6",
"version": "0.0.7",
"author": {
"name": "Florian Holzapfel",
"email": "[email protected]"
},
"homepage": "https://github.com/florianholzapfel/express-restify-mongoose",
"licenses": [
{
"type": "Apache License 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
"type": "The MIT License (MIT)",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
Expand Down

0 comments on commit b8ac476

Please sign in to comment.