forked from nblockchain/conventions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package.json,CI.yml: add devDependencies
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
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |