Skip to content

Commit

Permalink
fix: missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Oct 27, 2024
1 parent 9f568cc commit d427d52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"flarum-tsconfig": "^1.0.3",
"flarum-webpack-config": "^2.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
"webpack-cli": "^5.1.4",
"typescript-coverage-report": "^0.6.1"
},
"scripts": {
"dev": "webpack --mode development --watch",
Expand Down

0 comments on commit d427d52

Please sign in to comment.