We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054c1a1 commit 903afd5Copy full SHA for 903afd5
package.json
@@ -42,7 +42,7 @@
42
"clean:all": "npm run clean:tmp && rimraf node_modules",
43
"clean:tmp": "rimraf coverage dist tmp docs",
44
"codecov": "cat coverage/lcov.info | codecov",
45
- "docs": "compodoc -p tsconfig.json -d docs --disableCoverage --disablePrivateOrInternalSupport",
+ "docs": "compodoc -p tsconfig.json -d docs --disableCoverage --disablePrivate --disableProtected --disableInternal --disableLifeCycleHooks",
46
"explorer": "source-map-explorer ./dist/index.umd.js",
47
"gh-pages": "rimraf docs && npm run docs && gh-pages -d docs",
48
"lint": "npm run tslint 'src/**/*.ts'",
0 commit comments