Skip to content

Commit

Permalink
feat(backend-app): add secret-squirrel as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
joelcarr committed Dec 12, 2022
1 parent 5613e60 commit f90c30e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 6 additions & 2 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions plugins/backend-app/.toolkitrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins:
- '@dotcom-tool-kit/npm'
- '@dotcom-tool-kit/circleci-heroku'
- '@dotcom-tool-kit/node'
- '@dotcom-tool-kit/husky-npm'
- '@dotcom-tool-kit/secret-squirrel'

hooks:
'run:local':
Expand Down
4 changes: 3 additions & 1 deletion plugins/backend-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-heroku": "^2.1.0",
"@dotcom-tool-kit/husky-npm": "^3.0.0",
"@dotcom-tool-kit/node": "^2.2.3",
"@dotcom-tool-kit/npm": "^2.0.11",
"@dotcom-tool-kit/node": "^2.2.3"
"@dotcom-tool-kit/secret-squirrel": "^1.0.9"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f90c30e

Please sign in to comment.