File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-plugin-log-retention" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Control the retention of your function's cloudwatch logs." ,
5
5
"main" : " add-log-retention.js" ,
6
6
"scripts" : {
7
7
"test" : " nyc --reporter=lcov --reporter=text mocha"
8
8
},
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/ArtificerEntertainment/serverless-plugin-log-retention.git"
12
+ },
13
+ "bugs" : {
14
+ "url" : " https://github.com/ArtificerEntertainment/serverless-plugin-log-retention/issues"
15
+ },
16
+ "homepage" : " https://github.com/ArtificerEntertainment/serverless-plugin-log-retention" ,
9
17
"keywords" : [
10
18
" serverless" ,
11
19
" plugin" ,
12
20
" log" ,
13
21
" retention"
14
22
],
15
- "author" : " Jim Walkoski " ,
23
+ "author" : " Artificer Entertainment " ,
16
24
"license" : " MIT" ,
17
25
"dependencies" : {
18
26
"nco" : " 1.0.1" ,
You can’t perform that action at this time.
0 commit comments