Skip to content

Commit

Permalink
fix: install ts-jest as dev dependency to ensure winds up in consumin…
Browse files Browse the repository at this point in the history
…g bin files
  • Loading branch information
muselesscreator committed Aug 7, 2023
1 parent a0f24df commit b682f25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"sass-loader": "13.3.2",
"sharp": "^0.32.0",
"source-map-loader": "^4.0.1",
"ts-jest": "^26.5.0",
"style-loader": "3.3.3",
"typescript": "^4.9.4",
"url-loader": "4.1.1",
Expand All @@ -95,6 +94,7 @@
"webpack-merge": "5.9.0"
},
"devDependencies": {
"ts-jest": "^26.5.0",
"@babel/preset-typescript": "^7.18.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.11"
Expand Down

0 comments on commit b682f25

Please sign in to comment.