Skip to content

Commit e961f4b

Browse files
authored
Merge pull request #4 from ExpressGateway/feat/upgrade
again
2 parents f4b27d6 + 69853af commit e961f4b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "express-gateway-plugin-lambda",
3-
"version": "0.0.0",
3+
"version": "0.0.0-development",
44
"description": "Proxy to AWS Lambda functions with Express Gateway.",
55
"main": "manifest.js",
66
"scripts": {
7-
"test": "mocha -R spec test"
7+
"test": "mocha -R spec test",
8+
"semantic-release": "semantic-release"
89
},
910
"author": "Kevin Swiber <[email protected]>",
1011
"license": "Apache-2.0",
@@ -23,5 +24,9 @@
2324
"express-gateway": "^1.15.0",
2425
"mocha": "^6.0.2",
2526
"semantic-release": "^15.13.3"
27+
},
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/ExpressGateway/express-gateway-plugin-lambda.git"
2631
}
2732
}

0 commit comments

Comments
 (0)