diff options
author | Valentin Popov <info@valentineus.link> | 2017-05-29 01:56:45 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-05-29 01:56:45 +0300 |
commit | af3cb9f8f7e14137787dfb8c964265f67feec12d (patch) | |
tree | 6334bae1ee22af876e938472c923ad4c8f2c7cbd /package.json | |
parent | df6b9e479f1f4d1f465be0b67d8fe05e38c7c9be (diff) | |
download | iii-client-af3cb9f8f7e14137787dfb8c964265f67feec12d.tar.xz iii-client-af3cb9f8f7e14137787dfb8c964265f67feec12d.zip |
Setting a nice topic for documentation.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 14601fb..8a619df 100644 --- a/package.json +++ b/package.json @@ -27,10 +27,11 @@ "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-preset-es2015": "^6.24.1", - "jsdoc": "^3.4.3" + "jsdoc": "^3.4.3", + "minami": "^1.2.3" }, "scripts": { - "jsdoc": "jsdoc --destination ./docs ./src/index.js", + "jsdoc": "jsdoc --template ./node_modules/minami --destination ./docs ./src/index.js", "compile": "babel --presets es2015 --minified --no-comments --source-maps --out-dir ./lib/ ./src/", "prepublish": "npm run compile && npm run jsdoc" } |