diff options
| author | XhmikosR <[email protected]> | 2021-01-14 16:49:39 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-09-08 18:44:21 +0300 |
| commit | cdc579fe82700a705da80255ad621afa4ba274fa (patch) | |
| tree | aecfbed999e710dfc38a25cb39ae878253d81a6b /package.json | |
| parent | 499485589f10f678fd36b3683e1c8553c0a9a2e6 (diff) | |
| download | bootstrap-main-xmr-linkinator-action.tar.xz bootstrap-main-xmr-linkinator-action.zip | |
Move linkinator to GitHub Actions.main-xmr-linkinator-action
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index de59b4cb2..2f183e1d4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "docs": "npm-run-all docs-build docs-lint", "docs-build": "hugo --cleanDestinationDir", "docs-compile": "npm run docs-build", - "docs-linkinator": "linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error", + "docs-linkinator": "npx linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error", "docs-vnu": "node build/vnu-jar.js", "docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator", "docs-serve": "hugo server --port 9001 --disableFastRender", @@ -132,7 +132,6 @@ "karma-jasmine": "^4.0.1", "karma-jasmine-html-reporter": "^1.7.0", "karma-rollup-preprocessor": "^7.0.7", - "linkinator": "^2.14.0", "lockfile-lint": "^4.6.2", "nodemon": "^2.0.12", "npm-run-all": "^4.1.5", |
