Skip to content

Commit

Permalink
Returned the lighter version of lodash.get back and updated package-l…
Browse files Browse the repository at this point in the history
…ock.json README.md files
  • Loading branch information
Oleksandr Kononenko committed Dec 15, 2020
1 parent ad0d738 commit e90b566
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins:
```yaml
custom:
globalTables:
version: v1 # optional, please use 'v1' for 2017.11.29 or 'v2' for 2019.11.21 version creation
version: v1 # optional, default is 'v1' (2017.11.29), please use 'v2' for (2019.11.21) version creation
regions: # list of regions in which you want to set up global tables
- region-1
- region-2
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"aws-sdk": "^2.804.0",
"chalk": "^2.3.2",
"lodash": "^4.17.11"
"lodash.get": "^4.4.2"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion src/helper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const AWS = require('aws-sdk')
const chalk = require('chalk')
const get = require('lodash/get');
const get = require('lodash.get');

const WRITEAUOTSCALINGPOLICY = 'WriteAutoScalingPolicy';
const READAUOTSCALINGPOLICY = 'ReadAutoScalingPolicy';
Expand Down

0 comments on commit e90b566

Please sign in to comment.