fix: documentation not generating

This commit is contained in:
Rainer Killinger
2022-07-05 10:16:19 +02:00
parent 0080b3782c
commit ac226d178a
2 changed files with 1 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration", "check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'", "compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks src", "documentation": "typedoc --out docs --readme README.md --listInvalidSymbolLinks --entryPointStrategy expand src",
"postversion": "npm run changelog", "postversion": "npm run changelog",
"prepublishOnly": "npm ci && npm run build", "prepublishOnly": "npm ci && npm run build",
"preversion": "npm run prepublishOnly", "preversion": "npm run prepublishOnly",

View File

@@ -24,10 +24,6 @@
"matchPackagePatterns": ["^@types\/geojson$"], "matchPackagePatterns": ["^@types\/geojson$"],
"allowedVersions": "1.0.6" "allowedVersions": "1.0.6"
}, },
{
"matchPackagePatterns": ["^@types\/node$"],
"allowedVersions": "<15.0"
},
{ {
"matchPackagePatterns": ["^@elastic\/elasticsearch$"], "matchPackagePatterns": ["^@elastic\/elasticsearch$"],
"allowedVersions": "<6.0" "allowedVersions": "<6.0"
@@ -40,10 +36,6 @@
"matchPackagePatterns": ["^typescript$"], "matchPackagePatterns": ["^typescript$"],
"allowedVersions": "<4.5" "allowedVersions": "<4.5"
}, },
{
"matchPackagePatterns": ["^typedoc$"],
"allowedVersions": "<0.23.0"
},
{ {
"matchPackagePatterns": ["^chalk$"], "matchPackagePatterns": ["^chalk$"],
"allowedVersions": "<5.0" "allowedVersions": "<5.0"