Skip to content

Commit

Permalink
Add @types/node as a dev dependency for TypeScript projects since thi…
Browse files Browse the repository at this point in the history
…s is needed to access the process object used for getting environment vars
  • Loading branch information
Jerry Kindall committed Oct 10, 2019
1 parent 7d6b474 commit 9cfca54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"devDependencies": {
"@aws-cdk/assert": "^%cdk-version%",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.12",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"aws-cdk": "^%cdk-version%",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"devDependencies": {
"@aws-cdk/assert": "^%cdk-version%",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.12",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"typescript": "~3.6.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"aws-cdk": "^%cdk-version%",
"@aws-cdk/assert": "^1.6.1",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.12",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"ts-node": "^8.1.0",
Expand Down

0 comments on commit 9cfca54

Please sign in to comment.