Skip to content

Commit

Permalink
Merge pull request #150 from victorvuelma/master
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrambaud authored Jan 8, 2020
2 parents 71ea072 + 486be5d commit 2e8cc03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/base-path-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ class BasePathPlugin {
'before:run:run': this.rewriteHandlersPath.bind(this),
'before:offline:start': this.rewriteHandlersPath.bind(this),
'before:offline:start:init': this.rewriteHandlersPath.bind(this),
'before:package:createDeploymentArtifacts': this.rewriteHandlersPath.bind(
this
),
'before:package:initialize': this.rewriteHandlersPath.bind(this),
'before:deploy:function:packageFunction': this.rewriteHandlersPath.bind(
this
),
Expand Down

0 comments on commit 2e8cc03

Please sign in to comment.