Skip to content

Commit 903afd5

Browse files
Fix issue trekhleb#14
See trekhleb#14
1 parent 054c1a1 commit 903afd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"clean:all": "npm run clean:tmp && rimraf node_modules",
4343
"clean:tmp": "rimraf coverage dist tmp docs",
4444
"codecov": "cat coverage/lcov.info | codecov",
45-
"docs": "compodoc -p tsconfig.json -d docs --disableCoverage --disablePrivateOrInternalSupport",
45+
"docs": "compodoc -p tsconfig.json -d docs --disableCoverage --disablePrivate --disableProtected --disableInternal --disableLifeCycleHooks",
4646
"explorer": "source-map-explorer ./dist/index.umd.js",
4747
"gh-pages": "rimraf docs && npm run docs && gh-pages -d docs",
4848
"lint": "npm run tslint 'src/**/*.ts'",

0 commit comments

Comments
 (0)