From ace7730a5d2daef150bf78704190a1cef65976ff Mon Sep 17 00:00:00 2001 From: Simone Sanfratello Date: Mon, 24 Sep 2018 12:46:26 +0200 Subject: fix: system.directoryPath and system.filePath --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/index.js b/lib/index.js index 142205d9..16c4399f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -113,7 +113,7 @@ function Faker (opts) { "internet": ["avatar_uri", "domain_suffix", "free_email", "example_email", "password"], "commerce": ["color", "department", "product_name", "price", "categories"], "database": ["collation", "column", "engine", "type"], - "system": ["mimeTypes"], + "system": ["mimeTypes", "directoryPaths"], "date": ["month", "weekday"], "title": "", "separator": "" -- cgit v1.2.3