Skip to content

Commit

Permalink
update contributors
Browse files Browse the repository at this point in the history
release 0.7.4
  • Loading branch information
florianholzapfel committed Mar 12, 2015
1 parent 978be7d commit bce7b8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ restify.serve(app, MyModel, {
* Daniel Henrique Joppi (https://github.com/danieljoppi)
* Caleb Meredith (https://github.com/CalebMer)
* David Souther (https://github.com/DavidSouther)
* Marco Cameriero (https://github.com/95ulisse)
* Jan Melcher (https://github.com/Yogu)

## Formalia

Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@
},
{
"name": "David Souther"
}
},
{
"name": "Marco Cameriero"
},
{
"name": "Jan Melcher"
}
],
"dependencies": {
"inflection": "~1.6",
Expand All @@ -80,7 +86,7 @@
"express": "~4.11",
"body-parser": "*",
"method-override": "*",
"restify": "~2.8.0",
"restify": "~3.0",
"sinon": "~1.12"
},
"engines": {
Expand Down Expand Up @@ -111,5 +117,5 @@
"pretest": "./node_modules/.bin/jshint lib test",
"test": "./node_modules/.bin/mocha -R spec ./test/express.js ./test/permissions.js ./test/resource_filter.js --timeout 5s && ./node_modules/.bin/mocha -R spec ./test/restify.js --timeout 5s"
},
"version": "0.7.3"
"version": "0.7.4"
}

0 comments on commit bce7b8c

Please sign in to comment.