From 186603312893754c80f45ca12769ccf245c998d8 Mon Sep 17 00:00:00 2001 From: Dolan Date: Wed, 21 Feb 2018 21:46:02 +0000 Subject: [PATCH] Remove spec files from docs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51d37c9e42..72d3c057a0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "tsc": "rimraf ./build && tsc -p .", "webpack": "rimraf ./build && webpack", "demo": "npm run build && node ./demo", - "typedoc": "npm run build && typedoc --out docs/ src/ --module commonjs --target ES6 --disableOutputCheck", + "typedoc": "typedoc --out docs/ src/ --module commonjs --target ES6 --disableOutputCheck --excludePrivate --externalPattern \"**/*.spec.ts\"", "style": "prettier -l \"src/**/*.ts\"", "fix-types": "node types-absolute-fixer.js" },