Skip to content

Commit

Permalink
Merge pull request #4185 from angular-ui/chore/updateReleaseAngular
Browse files Browse the repository at this point in the history
chore(build): Update release to support angular 1.4.x
  • Loading branch information
swalters committed Aug 14, 2015
2 parents 24408d8 + 5773d3a commit 8fc6e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/grunt/plugins.js
Expand Up @@ -279,7 +279,7 @@ module.exports = function(grunt) {
shell.rm(f);
}
});

//Run tasks for a stable release
if (currentTag && options.stableTasks) {
grunt.task.run(options.stableTasks);
Expand Down Expand Up @@ -319,7 +319,7 @@ module.exports = function(grunt) {
'main': releaseFiles,
'ignore': [],
'dependencies': {
'angular': '>=1.2.16 1.3.x'
'angular': '>=1.2.16 1.4.x'
},
'repository': pkg.repository,
'homepage': 'http://ui-grid.info',
Expand Down

0 comments on commit 8fc6e2e

Please sign in to comment.