Merge pull request #10 from AlecDivito/fix-install

chore: add `shx` to Dev dependancies
This commit is contained in:
Zach Caceres
2025-05-10 13:27:53 -06:00
committed by GitHub

View File

@ -28,6 +28,7 @@
"@types/turndown": "^5.0.5",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
"typescript": "^5.7.2",
"shx": "0.4.0"
}
}