File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2020 "license" : " license-checker --json > licenses.json" ,
2121 "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s -r 0" ,
2222 "markdown" : " markdown-link-check ./README.md ./SECURITY.md" ,
23+ "git:diff" : " git --no-pager diff --exit-code --stat HEAD" ,
24+ "git:log" : " git log -1 --format='format:%H' HEAD" ,
25+ "git:clean" : " git stash && git clean -fdX" ,
26+ "git:ls" : " git cat-file -p HEAD && git ls-tree -r HEAD" ,
2327 "link-check" : " repo-link-check -c config/config.yml -s filesystem -u" ,
2428 "link-check-diff" : " repo-link-check -c config/config.yml" ,
2529 "link-check-dev-server" : " repo-link-check -c config/config.yml -r http://localhost:3000" ,
7074 "engines" : {
7175 "node" : " >= 12.x"
7276 },
73- "keywords" : [" java patterns" ],
77+ "keywords" : [" java design patterns" ],
7478 "maintainers" : [
7579 {
7680 "name" : " Alexander Rogalskiy" ,
You can’t perform that action at this time.
0 commit comments