Skip to content

Commit de87dc0

Browse files
committed
added homepage and link to git repo in package.json
1 parent ace0af4 commit de87dc0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"name": "node-red-contrib-simple-aws",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A simple wrapper for all AWS services",
55
"dependencies": {
66
"aws-sdk": "^2.1189.0"
77
},
8-
"license": "Apache",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/mlconnor/node-red-contrib-simple-aws"
11+
},
12+
"homepage":"https://github.com/mlconnor/node-red-contrib-simple-aws",
13+
"license": "Apache 2.0",
914
"keywords": [
1015
"node-red",
1116
"aws",

0 commit comments

Comments
 (0)