Skip to content

Commit

Permalink
dependencies -> devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Dec 4, 2024
1 parent a2c24a8 commit 05cbe01
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@
"yarn.lock"
],
"devDependencies": {
"prettier": "^3.3.3"
},
"dependencies": {
"prettier": "^3.3.3",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4"
}
},
"dependencies": {}
}

0 comments on commit 05cbe01

Please sign in to comment.