1
Fork 0

Install broken link checker

This commit is contained in:
Jake Howard 2018-02-04 12:09:53 +00:00
parent fabd5cf40c
commit 10576f8981
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ test:
$(NODE_BIN)/yamllint data/*.yml
$(NODE_BIN)/yamllint config.yml
$(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.md'
$(NODE_BIN)/blcl -ro ./public/
.PHONY: build clean install test

View file

@ -10,6 +10,7 @@
},
"author": "Jake Howard <git@theorangeone.net>",
"devDependencies": {
"broken-link-checker-local": "0.1.1",
"browserify": "14.5.0",
"eslint-config-dabapps": "github:dabapps/eslint-config-dabapps#v3.0.0",
"markdown-spellcheck": "1.2.0",