diff --git a/.npmignore b/.npmignore index 7f57bb6..2cd0e73 100644 --- a/.npmignore +++ b/.npmignore @@ -8,7 +8,9 @@ node_modules cdk.out coverage/ test/ +src/ +!src/util/assets test.ts .git/ .github/ -*.config.json \ No newline at end of file +*.config.* diff --git a/package.json b/package.json index 3f1114a..7a3ba99 100644 --- a/package.json +++ b/package.json @@ -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": {