Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Apr 27, 2020
1 parent 5d4a014 commit 3923c43
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 94 deletions.
201 changes: 113 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-api",
"version": "0.10.5",
"version": "0.10.6",
"description": "Lightweight web framework for your serverless applications",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -33,15 +33,15 @@
"homepage": "https://github.com/jeremydaly/lambda-api#readme",
"dependencies": {},
"devDependencies": {
"@types/aws-lambda": "^8.10.44",
"@types/node": "^10.17.16",
"aws-sdk": "^2.624.0",
"@types/aws-lambda": "^8.10.51",
"@types/node": "^10.17.21",
"aws-sdk": "^2.664.0",
"bluebird": "^3.7.2",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"coveralls": "^3.1.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import": "^2.20.2",
"istanbul": "^0.4.5",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "^1.3.0",
Expand Down

0 comments on commit 3923c43

Please sign in to comment.