Skip to content

Commit caa71ba

Browse files
authored
Update package.json
1 parent a2f92a7 commit caa71ba

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2-
"name": "node-restify-validation",
3-
"version": "1.3.0",
2+
"name": "restify-fresh-validation",
3+
"version": "1.4.0",
44
"author": {
5-
"name": "Timo Behrmann"
5+
"name": "Christophe Porteneuve",
6+
"email": "christophe@delicious-insights.com",
7+
"url": "https://delicious-insights.com/en/"
68
},
79
"contributors": [
10+
"Timo Behrmann",
811
"Marcos Sanz",
912
"Guillaume Chauvet",
1013
"Stefan Schärmeli"
@@ -18,10 +21,10 @@
1821
],
1922
"repository": {
2023
"type": "git",
21-
"url": "git://github.com/z0mt3c/node-restify-validation.git"
24+
"url": "git://github.com/deliciousinsights/restify-fresh-validation.git"
2225
},
2326
"bugs": {
24-
"url": "https://github.com/z0mt3c/node-restify-validation/issues"
27+
"url": "https://github.com/deliciousinsights/restify-fresh-validation/issues"
2528
},
2629
"scripts": {
2730
"test": "mocha --recursive test"
@@ -33,7 +36,7 @@
3336
"validator": "3.22.x"
3437
},
3538
"devDependencies": {
36-
"restify": ">=2.8.1 <5.0.0",
39+
"restify": ">=2.8.1",
3740
"mocha": "3.1.x",
3841
"sinon": "1.11.x",
3942
"should": "11.1.x",

0 commit comments

Comments
 (0)