Skip to content

Commit

Permalink
fix: Angular requiredAngularVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Sep 3, 2018
1 parent d17040f commit 0b2cea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/packages/build-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const _package = require('../../package.json');

const buildVersion = _package.version;

const angularVersion = '>=6.0.0-beta.0 <7.0.0';
const angularVersion = _package.requiredAngularVersion;

// License that will be placed inside of all created bundles.
const buildLicense = `/**
Expand Down

0 comments on commit 0b2cea7

Please sign in to comment.