Skip to content

Commit

Permalink
removes npmrc, remove ignoreIdentifiers from no-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Lam, Anson committed Nov 19, 2021
1 parent fb483c2 commit da10c36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
"InvalidArgumentException",
"SubscribeToShardEvent",
"params.provisionedThroughput.writeCapacityUnits",
"eyJmb28iOiJiYXIsIGJhesQFxgoifQ=="
],
"ignoreIdentifiers": ["PartitionKey"]
"eyJmb28iOiJiYXIsIGJhesQFxgoifQ==",
"Qk2rZuty0pO/vptdjx3KZ2hUqVM=",
"n0vR6WyiMI1VeNqoISbuIEPoMPM=",
"hoKe98qHWTKVJg\\+g8IEsdvvnrLI=",
"uM9dgBWF4OGL42Uqbr61Yyt5h58="
]
}]
},
"overrides": [
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/lifion/lifion-kinesis#readme",
"main": "lib/index.js",
"engines": {
"node": ">=17.0.1 || ^16 <16.10.0 || <16 >=10.0.0"
"node": ">=10.0.0 <16.10.0 || >16.13.0 <17.0.0 || >=17.0.1"
},
"scripts": {
"build-docs": "jsdoc2md -t ./templates/README.hbs ./lib/*.js > ./README.md && git add ./README.md",
Expand Down

0 comments on commit da10c36

Please sign in to comment.