Skip to content

Commit

Permalink
fix: rename master to main and update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Feb 14, 2021
1 parent b95ccc3 commit 89bf0c1
Show file tree
Hide file tree
Showing 6 changed files with 517 additions and 817 deletions.
2 changes: 1 addition & 1 deletion awscli/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cloudfront_invalidate/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iam_access_credentials/dist/index.js

Large diffs are not rendered by default.

22 changes: 6 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,20 @@
"@actions/core": "^1.2.6"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"@types/node": "^14.14.28",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@vercel/ncc": "^0.27.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.18.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^4.3.8",
"lerna": "^3.22.1",
"lint-staged": "^10.5.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"prettier-plugin-package": "^1.3.0",
"typescript": "^4.1.3"
"typescript": "^4.1.5"
},
"command": {
"version": {
Expand All @@ -64,13 +61,6 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-rebase": "HUSKY_SKIP_HOOKS=1"
}
},
"lint-staged": {
"*.(js|ts)": [
"eslint --fix"
Expand Down
2 changes: 1 addition & 1 deletion s3_sync/dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 89bf0c1

Please sign in to comment.