Skip to content

Commit 8ea54f0

Browse files
committed
Update .gitignore
1 parent 0392eb7 commit 8ea54f0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,7 @@ typings/
5555
.yarn-integrity
5656

5757
# dotenv environment variables file
58-
.env
58+
.env
59+
60+
.idea/
61+
*.iml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-dependson-plugin",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Serverless plugin that automatically generates DependsOn references for AWS Lambdas to prevent AWS RequestLimitExceeded errors",
55
"author": "Brian Winant",
66
"license": "MIT",

0 commit comments

Comments
 (0)