👷 Testing the README.md before deploy.

This commit is contained in:
Myles Braithwaite
2018-01-19 11:05:16 -05:00
parent a59d5b71ae
commit d727f624dc
8 changed files with 3662 additions and 73 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"dependencies": {
"remark-cli": "^4.0.0",
"remark-lint": "^6.0.1",
"remark-lint-alphabetize-lists": "^2.0.0",
"remark-lint-are-links-valid": "^1.0.3",
"remark-lint-are-links-valid-alive": "^0.3.0",
"remark-lint-are-links-valid-duplicate": "^0.2.2",
"remark-validate-links": "^7.0.0"
},
"scripts": {
"test": "remark -u validate-links README.md"
}
}