Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-03-17 08:57:33 +0300
committerGitHub <noreply@github.com>2022-03-17 08:57:33 +0300
commit1f06e7c2b997f2c46dd3b5c6ded5e2d06124e94d (patch)
treee0f13ddec0b37fbb9e98a44689911b04abba50d3 /package.json
parentc637cde2d99f9338b6b2013e3f8d1418a888b45d (diff)
Move linkinator to actions (#1262)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json
index c6dcb9d9f..53380fd5c 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,6 @@
"test:fusv": "fusv docs/assets/scss/",
"test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .",
"test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd",
- "test:linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"",
"test:lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"test:vnu": "node build/vnu-jar.js",
"test": "npm-run-all docs-build --parallel --aggregate-output --continue-on-error test:*"
@@ -47,7 +46,6 @@
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.3",
"hugo-bin": "^0.81.3",
- "linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",