Skip to content

Commit

Permalink
Fixed bugsnag version not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Jan 6, 2019
1 parent af651b3 commit 08c8c1e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/processVars.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { Version } from './version'
import { Version } from './version';

export class ProcessVars {
public static version: string;

constructor() {
ProcessVars.version = Version;
}
public static version: string = Version;
}

0 comments on commit 08c8c1e

Please sign in to comment.