Skip to content

Commit

Permalink
Merge pull request #1073 from aligent/feature/DO-1534_upgrade_rabbitm…
Browse files Browse the repository at this point in the history
…q_construct

DO-1530: Upgrade constructs
  • Loading branch information
gowrizrh authored Sep 29, 2023
2 parents c010dde + fc7f46a commit aef577f
Show file tree
Hide file tree
Showing 89 changed files with 2,766 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.18.1
20.7.0
293 changes: 293 additions & 0 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"homepage": "https://github.com/aligent/aws-cdk-constructs#readme",
"scripts": {
"build": "",
"prepublish": "",
"build": "tsc",
"prepublish": "tsc",
"lint": "eslint --ignore-path .eslintignore --ext .ts .",
"lint:check": "npm run lint",
"lint:fix": "npm run lint --fix",
Expand Down
Loading

0 comments on commit aef577f

Please sign in to comment.