Skip to content

Commit d9395ad

Browse files
committed
Merge branch 'release-5.0.4'
2 parents 1616c43 + e8a4d7f commit d9395ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const MAIN_SCHEMA = {
9393
default: 'development',
9494
doc: 'The applicaton environment.',
9595
env: 'NODE_ENV',
96-
format: ['production', 'development', 'test', 'qa']
96+
format: String
9797
}
9898
}
9999

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dadi/api-mongodb",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "A MongoDB adapter for DADI API",
55
"keywords": [
66
"dadi",

0 commit comments

Comments
 (0)