aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTyler Reichle <[email protected]>2017-10-10 12:48:06 -0700
committerGitHub <[email protected]>2017-10-10 12:48:06 -0700
commit33831b210c4a86ddfda50000744d2040606b8a67 (patch)
tree57064eafdf468545e1ae8bdff996a4d87c1da043 /lib
parent8f30ce00308513bf45132d2a3eab0334f19ca459 (diff)
downloadfaker-33831b210c4a86ddfda50000744d2040606b8a67.tar.xz
faker-33831b210c4a86ddfda50000744d2040606b8a67.zip
add random vehicle option to _definitions
Diffstat (limited to 'lib')
-rw-r--r--lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index 68357ccc..3278fa92 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -115,7 +115,7 @@ function Faker (opts) {
"database": ["collation", "column", "engine", "type"],
"system": ["mimeTypes"],
"date": ["month", "weekday"],
- "vehicle": ["manufacturer", "model", "type", "fuel", "vin", "color"],
+ "vehicle": ["vehicle", "manufacturer", "model", "type", "fuel", "vin", "color"],
"title": "",
"separator": ""
};