Skip to content

Commit 38a2659

Browse files
texastonyrobin-aws
authored andcommitted
chore: upgrade dev dependencies for karma credential management (#567)
* Chore: upgrade development dependencies for karma credential management upgrade aws-sdk/credential-provider-node to 3.11.0, aws-sdk/karma-credential-loader to 3.11.0, and aws-sdk/util-base64-browser to 3.10.0 via: npm install @aws-sdk/credential-provider-node@latest --save-dev npm install @aws-sdk/karma-credential-loader@latest --save-dev npm install @aws-sdk/util-base64-browser@latest --save-dev * Correct Typo; Ignore JetBrain/IntelliJ files
1 parent 931c775 commit 38a2659

File tree

4 files changed

+24343
-14143
lines changed

4 files changed

+24343
-14143
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
'@typescript-eslint/no-misused-promises': 'error',
3737
// I disagree with these rules.
3838
// Humans read from less specific to more specific.
39-
// No on puts the outline at the end of the book.
39+
// No one puts the outline at the end of the book.
4040
// Since the exported functions should be composed
4141
// of lower level functions,
4242
// it is good for understanding

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ package.json.decrypt
1515
.vscode
1616
.history
1717

18+
# JetBrains
19+
.idea
20+
1821
# nyc/code coverage
1922
.nyc_output
2023
.karma_output

0 commit comments

Comments
 (0)