diff options
| author | Marak <[email protected]> | 2018-09-24 10:26:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-09-24 10:26:36 -0400 |
| commit | 98a47b9aa5d7e749dabb6c5afa0907d574904871 (patch) | |
| tree | dbc66d737ee11687d3bde5ee02f42940b6218fdd /lib | |
| parent | 07f39bd34ea8f35f40d4330b42c44503e1aa6561 (diff) | |
| parent | ace7730a5d2daef150bf78704190a1cef65976ff (diff) | |
| download | faker-98a47b9aa5d7e749dabb6c5afa0907d574904871.tar.xz faker-98a47b9aa5d7e749dabb6c5afa0907d574904871.zip | |
Merge pull request #691 from simone-sanfratello/master
[fix] system.directoryPath and system.filePath
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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": "" |
