Skip to content

Commit c0fcb87

Browse files
committed
Bumped version for release
1 parent 57c0fc2 commit c0fcb87

1 file changed

Lines changed: 42 additions & 42 deletions

File tree

package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
{
2-
"name": "mongoose-id-validator",
3-
"version": "0.4.2",
4-
"description": "Mongoose plugin to validate that ObjectID references refer to objects that actually exist in the referenced collection",
5-
"author": {
6-
"name": "Martin Campbell",
7-
"email": "martin@campbellsoftware.co.uk",
8-
"url": "http://www.campbellsoftware.co.uk"
9-
},
10-
"keywords": [
11-
"mongoose",
12-
"objectid",
13-
"id",
14-
"validate",
15-
"validator",
16-
"exists",
17-
"mongodb"
18-
],
19-
"homepage": "https://github.com/CampbellSoftwareSolutions/mongoose-id-validator",
20-
"repository": {
21-
"type": "git",
22-
"url": "git://github.com/CampbellSoftwareSolutions/mongoose-id-validator"
23-
},
24-
"license": "LGPL-3.0+",
25-
"readmeFilename": "README.md",
26-
"bugs": {
27-
"url": "https://github.com/CampbellSoftwareSolutions/mongoose-id-validator/issues"
28-
},
29-
"engine": "node >= 0.4.0",
30-
"main": "index.js",
31-
"scripts": {
32-
"test": "./node_modules/.bin/mocha -R spec"
33-
},
34-
"devDependencies": {
35-
"mongoose": "*",
36-
"async": "~0.2.9",
37-
"should": "~3.0.1",
38-
"mocha": "^2.2.1"
39-
},
40-
"dependencies": {
41-
"clone": "^1.0.2",
42-
"traverse": "^0.6.6"
43-
}
2+
"name": "mongoose-id-validator",
3+
"version": "0.4.3",
4+
"description": "Mongoose plugin to validate that ObjectID references refer to objects that actually exist in the referenced collection",
5+
"author": {
6+
"name": "Martin Campbell",
7+
"email": "martin@campbellsoftware.co.uk",
8+
"url": "http://www.campbellsoftware.co.uk"
9+
},
10+
"keywords": [
11+
"mongoose",
12+
"objectid",
13+
"id",
14+
"validate",
15+
"validator",
16+
"exists",
17+
"mongodb"
18+
],
19+
"homepage": "https://github.com/CampbellSoftwareSolutions/mongoose-id-validator",
20+
"repository": {
21+
"type": "git",
22+
"url": "git://github.com/CampbellSoftwareSolutions/mongoose-id-validator"
23+
},
24+
"license": "LGPL-3.0+",
25+
"readmeFilename": "README.md",
26+
"bugs": {
27+
"url": "https://github.com/CampbellSoftwareSolutions/mongoose-id-validator/issues"
28+
},
29+
"engine": "node >= 0.4.0",
30+
"main": "index.js",
31+
"scripts": {
32+
"test": "./node_modules/.bin/mocha -R spec"
33+
},
34+
"devDependencies": {
35+
"mongoose": "*",
36+
"async": "~0.2.9",
37+
"should": "~3.0.1",
38+
"mocha": "^2.2.1"
39+
},
40+
"dependencies": {
41+
"clone": "^1.0.2",
42+
"traverse": "^0.6.6"
43+
}
4444
}

0 commit comments

Comments
 (0)