Skip to content

Commit

Permalink
package.json,CI.yml: add devDependencies
Browse files Browse the repository at this point in the history
These are packages that are only needed for local development
and testing and adding them will make it easier to develop
your application. They are not required when your application
is deployed in production.
  • Loading branch information
Mersho committed Jan 31, 2024
1 parent 66e239a commit 035ad36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"dependencies": {
"cosmiconfig": "8.0.0"
"cosmiconfig": "8.0.0"
},
"devDependencies": {
"@commitlint/types": "^17.4.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.2"
}
}

0 comments on commit 035ad36

Please sign in to comment.