|
37 | 37 | "lint:markdown": "markdownlint --config ./.markdownlint.json *.md ./src/content/**/*.md --ignore './src/content/**/_*.md'",
|
38 | 38 | "lint:social": "alex . -q",
|
39 | 39 | "lint:prose": "cp .proselintrc ~/ && proselint src/content",
|
| 40 | + "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", |
40 | 41 | "sitemap": "cd dist && sitemap-static --prefix=https://webpack.js.org/ > sitemap.xml",
|
41 | 42 | "serve": "npm run build && sirv start ./dist --port 4000",
|
42 | 43 | "deploy": "gh-pages -d dist"
|
|
71 | 72 | "fontgen-loader": "git://github.com/EugeneHlushko/fontgen-loader.git#a26a73843900ca4b518853952b1fc3c816103512",
|
72 | 73 | "front-matter": "^2.3.0",
|
73 | 74 | "gh-pages": "^1.0.0",
|
| 75 | + "github": "^10.0.0", |
74 | 76 | "html-webpack-plugin": "^2.30.1",
|
75 | 77 | "html-webpack-template": "^6.1.0",
|
76 |
| - "github": "^10.0.0", |
77 | 78 | "http-server": "^0.10.0",
|
78 | 79 | "husky": "^1.0.0-rc.8",
|
79 |
| - "hyperlink": "^3.0.1", |
| 80 | + "hyperlink": "github:Munter/hyperlink#070916d", |
80 | 81 | "loader-utils": "^1.1.0",
|
81 | 82 | "lodash": "^4.17.4",
|
82 | 83 | "markdownlint": "^0.6.0",
|
|
106 | 107 | "sitemap-static": "^0.4.2",
|
107 | 108 | "static-site-generator-webpack-plugin": "^3.4.1",
|
108 | 109 | "style-loader": "^0.18.2",
|
109 |
| - "tap-parser": "^6.0.1", |
| 110 | + "tap-spot": "^1.1.1", |
110 | 111 | "through2": "^2.0.3",
|
111 | 112 | "uglifyjs-webpack-plugin": "^1.1.6",
|
112 | 113 | "webpack": "^3.10.0",
|
|
0 commit comments