Skip to content

Commit 091375d

Browse files
author
Artificer Entertainment
committed
Links added to package.json.
1 parent 67170c0 commit 091375d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
{
22
"name": "serverless-plugin-log-retention",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Control the retention of your function's cloudwatch logs.",
55
"main": "add-log-retention.js",
66
"scripts": {
77
"test": "nyc --reporter=lcov --reporter=text mocha"
88
},
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",
917
"keywords": [
1018
"serverless",
1119
"plugin",
1220
"log",
1321
"retention"
1422
],
15-
"author": "Jim Walkoski",
23+
"author": "Artificer Entertainment",
1624
"license": "MIT",
1725
"dependencies": {
1826
"nco": "1.0.1",

0 commit comments

Comments
 (0)