Skip to content

Commit

Permalink
Update link checking to use latest hyperlink. Replaces #1582
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Jul 23, 2018
1 parent 8bb23dd commit b6fedfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 53 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"lint:markdown": "markdownlint --config ./.markdownlint.json *.md ./src/content/**/*.md --ignore './src/content/**/_*.md'",
"lint:social": "alex . -q",
"lint:prose": "cp .proselintrc ~/ && proselint src/content",
"linkcheck": "hyperlink -r dist/index.html --canonicalroot https://webpack.js.org/ --skip support__ --skip sidecar.gitter.im --todo img.shields.io --todo external-redirect | tee master.tap | tap-spot",
"sitemap": "cd dist && sitemap-static --prefix=https://webpack.js.org/ > sitemap.xml",
"serve": "npm run build && sirv start ./dist --port 4000",
"deploy": "gh-pages -d dist"
Expand Down Expand Up @@ -71,12 +72,12 @@
"fontgen-loader": "git://github.com/EugeneHlushko/fontgen-loader.git#a26a73843900ca4b518853952b1fc3c816103512",
"front-matter": "^2.3.0",
"gh-pages": "^1.0.0",
"github": "^10.0.0",
"html-webpack-plugin": "^2.30.1",
"html-webpack-template": "^6.1.0",
"github": "^10.0.0",
"http-server": "^0.10.0",
"husky": "^1.0.0-rc.8",
"hyperlink": "^3.0.1",
"hyperlink": "github:Munter/hyperlink#070916d",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4",
"markdownlint": "^0.6.0",
Expand Down Expand Up @@ -106,7 +107,7 @@
"sitemap-static": "^0.4.2",
"static-site-generator-webpack-plugin": "^3.4.1",
"style-loader": "^0.18.2",
"tap-parser": "^6.0.1",
"tap-spot": "^1.1.1",
"through2": "^2.0.3",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0",
Expand Down
50 changes: 0 additions & 50 deletions src/scripts/check-links.js

This file was deleted.

0 comments on commit b6fedfa

Please sign in to comment.