Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Jul 28, 2019
1 parent 38f6d00 commit 5986a88
Show file tree
Hide file tree
Showing 2 changed files with 5 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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-bundle",
"version": "1.2.2",
"version": "1.2.3",
"description": "An extension of the serverless-webpack plugin that bundles your Node.js Lambda functions.",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,9 @@
"serverless-bundle": "./bin/scripts.js"
},
"jest": {
"setupFilesAfterEnv": [ "<rootDir>/tests/scripts/setupTests.js" ]
"setupFilesAfterEnv": [
"<rootDir>/tests/scripts/setupTests.js"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5986a88

Please sign in to comment.