mirror of
https://github.com/bendtherules/git-commands-i-forget.git
synced 2026-08-18 13:53:50 +00:00
9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"devDependencies": {
|
|
"markdown": "^0.5.0"
|
|
},
|
|
"scripts": {
|
|
"build": "md2html ./src/commands.md > ./build/index.html"
|
|
}
|
|
}
|