diff --git a/package.json b/package.json index 69c0efa2453cace20354e13d23284400c61d8f7b..7a18bd518bcc0a01ff6141e0ea166a0228484517 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "gulp": "^3.9.1", "gulp-tslint": "^7.1.0", "gulp-typescript": "^3.1.5", - "intern": "^3.4.2", "tslint": "^4.4.2", "typescript": "^2.1.6" }, diff --git a/src/ContentLine.ts b/src/ContentLine.ts index cabd31b0ad440233570758d0a9e919a269f7d5bf..a194c37bac0677b1dd30e0341051cbc7ef26c41f 100644 --- a/src/ContentLine.ts +++ b/src/ContentLine.ts @@ -56,9 +56,9 @@ export class ContentLine { /** * Folds lines into 74 octet sections - * + * * @author Sebastian Pekarek - * + * * TODO: Make sure that this handles multi-octed UTF-8 segments properly. */ static fold(line: string): string { @@ -67,7 +67,7 @@ export class ContentLine { /** * Generates a folded content line to use to create the final file. - * + * * @author Mark Stenglein */ public generate(): string {