From 903afd5de3016075299ff401a507eb43c6bbfc6b Mon Sep 17 00:00:00 2001 From: Antonello Pasella Date: Tue, 28 Nov 2017 10:04:48 +0100 Subject: [PATCH] Fix issue #14 See https://github.com/trekhleb/angular-library-seed/issues/14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 316718d..e8ba95a 100755 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "clean:all": "npm run clean:tmp && rimraf node_modules", "clean:tmp": "rimraf coverage dist tmp docs", "codecov": "cat coverage/lcov.info | codecov", - "docs": "compodoc -p tsconfig.json -d docs --disableCoverage --disablePrivateOrInternalSupport", + "docs": "compodoc -p tsconfig.json -d docs --disableCoverage --disablePrivate --disableProtected --disableInternal --disableLifeCycleHooks", "explorer": "source-map-explorer ./dist/index.umd.js", "gh-pages": "rimraf docs && npm run docs && gh-pages -d docs", "lint": "npm run tslint 'src/**/*.ts'",