Skip to content

Commit 4753175

Browse files
Fixed repository url
1 parent 6e3d9e4 commit 4753175

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,14 @@
4848
},
4949
"repository": {
5050
"type": "git",
51-
"url": "git+https://github.com/tiagogoncalves89/idempotent-aws-lambda.git"
51+
"url": "git+https://github.com/vizir/idempotent-aws-lambda.git"
5252
},
5353
"bugs": {
54-
"url": "https://github.com/tiagogoncalves89/idempotent-aws-lambda/issues"
54+
"url": "https://github.com/vizir/idempotent-aws-lambda/issues"
5555
},
56-
"homepage": "https://github.com/tiagogoncalves89/idempotent-aws-lambda#readme"
56+
"homepage": "https://github.com/vizir/idempotent-aws-lambda#readme",
57+
"directories": {
58+
"example": "examples",
59+
"test": "test"
60+
}
5761
}

0 commit comments

Comments
 (0)