Skip to content

Commit 344cf62

Browse files
committed
Updating package.json
1 parent 926ad91 commit 344cf62

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,27 @@
99
"bin": {
1010
"aws-lambda-custom-node-runtime": "index.js"
1111
},
12-
"keywords": [],
12+
"keywords": [
13+
"amazon",
14+
"aws",
15+
"lambda",
16+
"serverless",
17+
"node",
18+
"runtime",
19+
"custom",
20+
"web",
21+
"services"
22+
],
1323
"author": "rrainn, Inc.",
1424
"license": "MIT",
1525
"dependencies": {
1626
"axios": "^0.18.0",
1727
"colors": "^1.3.2"
18-
}
28+
},
29+
"homepage": "https://github.com/rrainn/aws-lambda-custom-node-runtime",
30+
"bugs": {
31+
"url": "https://github.com/rrainn/aws-lambda-custom-node-runtime/issues",
32+
"email": "[email protected]"
33+
},
34+
"repository": "github:rrainn/aws-lambda-custom-node-runtime"
1935
}

0 commit comments

Comments
 (0)