feat: small change

This commit is contained in:
mpaulson 2022-08-03 19:50:30 -06:00
parent b83a3f379b
commit b1ec6b10af
5 changed files with 6 additions and 25 deletions

View file

@ -14,10 +14,10 @@
"typescript": "^4.7.4"
},
"scripts": {
"test": "jest LinearSearchList BinarySearchList TwoCrystalBalls BubbleSort DoublyLinkedList Queue Stack ArrayList MazeSolver QuickSort BTPreOrder BTInOrder BTPostOrder BTBFS CompareBinaryTrees DFSOnBST DFSGraphList Trie BFSGraphMatrix Map",
"test": "jest MinHeap",
"clear": "./scripts/clear",
"prettier": "prettier --write ./src",
"generate": "./scripts/generate",
"day": "echo /home/mpaulson/personal/kata/src/day5"
"day": "echo /home/mpaulson/personal/kata/src/day6"
}
}