diff --git a/src/index.ts b/src/index.ts index 6c48d059..436a7eb1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,7 +13,7 @@ import { watchFiles } from './watchFiles' const serverlessFolder = '.serverless' const buildFolder = '.build' -export class ServerlessPlugin { +export class TypeScriptPlugin { private originalServicePath: string private isWatching: boolean @@ -206,4 +206,4 @@ export class ServerlessPlugin { } -module.exports = ServerlessPlugin +module.exports = TypeScriptPlugin