Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 6, 2022
1 parent e3e6474 commit cef6379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-thundra",
"version": "2.6.0",
"version": "2.6.1",
"description": "Thundra's serverless plugin for automatic wrapping",
"repository": "thundra-io/serverless-plugin-thundra",
"homepage": "https://thundra.io/apm",
Expand Down
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ class ServerlessThundraPlugin {
this.originalServicePath = this.serverless.config.servicePath
this.commands = {
Thundra: {
usage:
'Automatically wraps your function handlers with Thundra.',
usage: 'Automatically wraps your function handlers with Thundra.',
lifecycleEvents: ['run', 'clean'],
commands: {
clean: {
Expand Down

0 comments on commit cef6379

Please sign in to comment.