Update package.json

This commit is contained in:
Myles Braithwaite
2018-12-19 11:17:08 -05:00
committed by GitHub
parent f5be57b0b4
commit 0455f25e3f

View File

@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"markdown": "^0.5.0" "markdown": "^0.5.0"
} },
"scripts": { "scripts": {
"test": "remark -u validate-links README.md", "test": "remark -u validate-links README.md",
"build": "mkdir build/ && md2html README.md > build/index.html" "build": "mkdir build/ && md2html README.md > build/index.html"