We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4b27d6 + 69853af commit e961f4bCopy full SHA for e961f4b
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "express-gateway-plugin-lambda",
3
- "version": "0.0.0",
+ "version": "0.0.0-development",
4
"description": "Proxy to AWS Lambda functions with Express Gateway.",
5
"main": "manifest.js",
6
"scripts": {
7
- "test": "mocha -R spec test"
+ "test": "mocha -R spec test",
8
+ "semantic-release": "semantic-release"
9
},
10
"author": "Kevin Swiber <[email protected]>",
11
"license": "Apache-2.0",
@@ -23,5 +24,9 @@
23
24
"express-gateway": "^1.15.0",
25
"mocha": "^6.0.2",
26
"semantic-release": "^15.13.3"
27
+ },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "https://github.com/ExpressGateway/express-gateway-plugin-lambda.git"
31
}
32
0 commit comments