Skip to content

Commit 6f53fbd

Browse files
committed
Rename from ServerlessPlugin to TypeScriptPlugin
1 parent 0960eb3 commit 6f53fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { watchFiles } from './watchFiles'
1313
const serverlessFolder = '.serverless'
1414
const buildFolder = '.build'
1515

16-
export class ServerlessPlugin {
16+
export class TypeScriptPlugin {
1717

1818
private originalServicePath: string
1919
private isWatching: boolean
@@ -206,4 +206,4 @@ export class ServerlessPlugin {
206206

207207
}
208208

209-
module.exports = ServerlessPlugin
209+
module.exports = TypeScriptPlugin

0 commit comments

Comments
 (0)