See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Example", | |
| "type": "node", | |
| "request": "launch", | |
| "runtimeExecutable": "node", | |
| "runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"], |
| { | |
| "version": "0.1.0", | |
| "command": "mocha", | |
| "isShellCommand": true, | |
| "showOutput": "silent", | |
| "args": [ | |
| "--require", | |
| "test/inject.js", | |
| "--reporter", | |
| "tap", |
$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/