Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(build): reset to using Angular v1.3.15 until animation issues res…
Browse files Browse the repository at this point in the history
…olve
  • Loading branch information
ThomasBurleson committed Jul 14, 2015
1 parent 6a0eaae commit 17490ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var fs = require('fs');
var versionFile = __dirname + '/../dist/commit';

module.exports = {
ngVersion: '1.4.2',
ngVersion: '1.3.15',
version: pkg.version,
repository: pkg.repository.url
.replace(/^git/,'https')
Expand Down

1 comment on commit 17490ba

@leppie
Copy link

@leppie leppie commented on 17490ba Jul 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to update the bower.json too. It is still pulling 1.4.x when installing from bower.

Please sign in to comment.