Skip to content

Commit

Permalink
Add "@types/chai" devDependency to package.json in ts template (coral…
Browse files Browse the repository at this point in the history
  • Loading branch information
shrisukhani authored and NBNARADHYA committed Mar 9, 2022
1 parent cfe19b5 commit 72abbc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ pub fn ts_package_json() -> String {
"chai": "^4.3.4",
"mocha": "^9.0.3",
"ts-mocha": "^8.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"typescript": "^4.3.5"
}}
Expand Down

0 comments on commit 72abbc5

Please sign in to comment.