Skip to content

Commit 7d73ecc

Browse files
committed
chore(package.json): bump version and add repository details
1 parent 73bf31c commit 7d73ecc

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,6 +1,6 @@
11
{
22
"name": "serverless-api-gateway-request-validator",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Serverless Framework plugin to configure API Gateway request validators",
55
"main": "src/index.js",
66
"scripts": {
@@ -19,5 +19,10 @@
1919
"dependencies": {},
2020
"peerDependencies": {
2121
"serverless": "3.40.0"
22-
}
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/vavasilva/serverless-api-gateway-request-validator"
26+
},
27+
"homepage": "https://github.com/vavasilva/serverless-api-gateway-request-validator#readme"
2328
}

0 commit comments

Comments
 (0)