Skip to content

Commit

Permalink
4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Feb 17, 2021
1 parent 92ade27 commit 6e13302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-bundle",
"version": "4.2.0",
"version": "4.2.1",
"description": "An extension of the serverless-webpack plugin that bundles your ES6 + TypeScript Node.js Lambda functions.",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test": "jest --no-watchman"
},
"bin": {
"serverless-bundle": "./bin/scripts.js"
"serverless-bundle": "bin/scripts.js"
},
"jest": {
"setupFilesAfterEnv": [
Expand Down

0 comments on commit 6e13302

Please sign in to comment.