We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3d9e4 commit 4753175Copy full SHA for 4753175
package.json
@@ -48,10 +48,14 @@
48
},
49
"repository": {
50
"type": "git",
51
- "url": "git+https://github.com/tiagogoncalves89/idempotent-aws-lambda.git"
+ "url": "git+https://github.com/vizir/idempotent-aws-lambda.git"
52
53
"bugs": {
54
- "url": "https://github.com/tiagogoncalves89/idempotent-aws-lambda/issues"
+ "url": "https://github.com/vizir/idempotent-aws-lambda/issues"
55
56
- "homepage": "https://github.com/tiagogoncalves89/idempotent-aws-lambda#readme"
+ "homepage": "https://github.com/vizir/idempotent-aws-lambda#readme",
57
+ "directories": {
58
+ "example": "examples",
59
+ "test": "test"
60
+ }
61
}
0 commit comments