mirror of
https://github.com/myles/awesome-static-generators
synced 2025-11-18 03:08:43 +01:00
Update package.json
This commit is contained in:
committed by
GitHub
parent
1713569361
commit
f5be57b0b4
@ -1,5 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
"remark-cli": "^4.0.0",
|
||||
"remark-lint": "^6.0.1",
|
||||
"remark-lint-alphabetize-lists": "^2.0.0",
|
||||
@ -8,7 +8,11 @@
|
||||
"remark-lint-are-links-valid-duplicate": "^0.2.2",
|
||||
"remark-validate-links": "^7.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown": "^0.5.0"
|
||||
}
|
||||
"scripts": {
|
||||
"test": "remark -u validate-links README.md"
|
||||
"test": "remark -u validate-links README.md",
|
||||
"build": "mkdir build/ && md2html README.md > build/index.html"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user