Skip to content

Commit

Permalink
fix: handle declarations problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Feb 19, 2017
1 parent 3e2176e commit 220e527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/ngVersion.ts
@@ -1,4 +1,4 @@
import {Version, VERSION} from '@angular/core';
import {SemVerDSL as DSL} from 'semver-dsl';
import {SemVerDSL as DSL, ISemVerDSL} from 'semver-dsl';

export const SemVerDSL = DSL(VERSION.full);
export const SemVerDSL: ISemVerDSL = DSL(VERSION.full);

0 comments on commit 220e527

Please sign in to comment.