Skip to content

Commit df1f78f

Browse files
authored
Merge pull request #32 from kennu/master
Rename from ServerlessPlugin to TypeScriptPlugin
2 parents 0960eb3 + 6f53fbd commit df1f78f

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)