@@ -5,7 +5,7 @@ export class SystemJsCounter implements ICounter {
}
public get value(): string {
- return `esm ${this._value}`;
+ return `systemjs ${this._value}`;
public incr(): void {