Skip to content

Commit

Permalink
fix: add missing packages into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Apr 20, 2023
1 parent fa553ab commit b1157d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@
"devDependencies": {
"@stryker-mutator/core": "^6.3.1",
"@stryker-mutator/jest-runner": "^6.3.1",
"@to-da-moon/thai-baht-lib": "^0.0.12",
"baht": "^0.7.1",
"jest": "^26.6.3",
"jest-expect-message": "^1.0.2",
"semantic-release": "^19.0.5",
"standard": "^15.0.1"
"standard": "^15.0.1",
"thai-baht-text": "^1.0.8",
"thai-baht-text-ts": "^1.1.0"
},
"jest": {
"setupFilesAfterEnv": [
Expand Down

0 comments on commit b1157d3

Please sign in to comment.