diff options
| author | ChinCluBi <[email protected]> | 2016-09-27 03:19:14 +0700 |
|---|---|---|
| committer | ChinCluBi <[email protected]> | 2016-09-27 03:19:14 +0700 |
| commit | a130925b97144555856ae3e324bde9dbd7b62748 (patch) | |
| tree | cacddf76e8ee288ace967296cbb5c7b0200167c8 | |
| parent | 44bb2b99b133b431fafffc53accb4605797a7162 (diff) | |
| download | faker-a130925b97144555856ae3e324bde9dbd7b62748.tar.xz faker-a130925b97144555856ae3e324bde9dbd7b62748.zip | |
include image_provider folder to create a doc
| -rw-r--r-- | conf.json | 5 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -3,6 +3,11 @@ "destination": "../doc/" }, + "source": { + "include": ["lib", "lib/image_providers"], + "exclude": ["lib/locales"] + }, + "plugins": [ "plugins/markdown" ] diff --git a/package.json b/package.json index 065ed654..f9bcc72a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint": "node_modules/.bin/jshint ./lib --config ./.jshintrc", "test": "node_modules/.bin/mocha test/*.*.js", "build": "gulp --gulpfile build/gulpfile.js", - "doc": "jsdoc -c conf.json -t ./node_modules/ink-docstrap/template -R README.md lib" + "doc": "jsdoc -c conf.json -t ./node_modules/ink-docstrap/template -R README.md" }, "devDependencies": { "browserify": "5.11.1", |
