Skip to content

Commit

Permalink
fix(release): Update published files
Browse files Browse the repository at this point in the history
  • Loading branch information
smguggen committed Mar 4, 2023
1 parent 71e3311 commit 57f3d39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ node_modules
cdk.out
coverage/
test/
src/
!src/util/assets
test.ts
.git/
.github/
*.config.json
*.config.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-break-glass-role",
"description": "Create a break glass role for emergency use in order to limit production console access. Configure automatic alerts and logging of activities in the role to secure its use in production environments.",
"version": "1.6",
"version": "0.0.0-development",
"main": "./lib/index.js",
"types": "./lib/types/index.d.ts",
"author": {
Expand Down

0 comments on commit 57f3d39

Please sign in to comment.