Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Dec 11, 2020
1 parent a5eec36 commit 16d46ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Permissions from './src/commands/permissions';
/**
* Serverless plugin
*/
export default class LiftPlugin {
class LiftPlugin {
private serverless: any;
constructor(serverless: any) {
this.serverless = serverless;
Expand Down Expand Up @@ -44,3 +44,5 @@ export default class LiftPlugin {
this.serverless.service.provider.iamRoleStatements.push(...permissions);
}
}

module.exports = LiftPlugin;

0 comments on commit 16d46ca

Please sign in to comment.