From d0b31da80d7b4a2b81ee984f8c8990cdb096d226 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Wed, 6 Mar 2019 14:11:28 +0300 Subject: [PATCH] Fix package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 13f28f5..2143ff7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ ], "version": "1.0.1", "scripts": { - "doc": "jsdoc lib/v1/client.js lib/types.js -R README.md", + "doc": "./node_modules/.bin/jsdoc lib/v1/client.js lib/consts.js -R README.md", "build": "./node_modules/.bin/rollup -c", "test": "./node_modules/.bin/_mocha --require @babel/register ./tests/." }, @@ -27,6 +27,7 @@ "@babel/register": "^7.0.0", "babelrc-rollup": "^3.0.0", "chai": "^4.2.0", + "jsdoc": "^3.5.5", "mocha": "^5.2.0", "nock": "^10.0.6", "rollup": "^1.2.2",