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.
1 parent 503685f commit 44f3391Copy full SHA for 44f3391
.npmignore
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lambda-expressless",
3
- "version": "0.0.0-development",
+ "version": "2.0.2",
4
"description": "Wrap AWS Lambda functions with Express-like functions to simplify your code",
5
"source": "src/lambda-wrapper.ts",
6
"main": "dist/lambda-wrapper.js",
@@ -11,9 +11,7 @@
11
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
12
"lint": "tslint -p tsconfig.json",
13
"test": "jest",
14
- "coverage": "jest --coverage",
15
- "travis-deploy-once": "travis-deploy-once",
16
- "semantic-release": "semantic-release"
+ "coverage": "jest --coverage"
17
},
18
"repository": {
19
"type": "git",
0 commit comments