Skip to content

Commit 5773d3a

Browse files
committed
chore(build): Update release to support angular 1.4.x
1 parent b6faacc commit 5773d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/grunt/plugins.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ module.exports = function(grunt) {
279279
shell.rm(f);
280280
}
281281
});
282-
282+
283283
//Run tasks for a stable release
284284
if (currentTag && options.stableTasks) {
285285
grunt.task.run(options.stableTasks);
@@ -319,7 +319,7 @@ module.exports = function(grunt) {
319319
'main': releaseFiles,
320320
'ignore': [],
321321
'dependencies': {
322-
'angular': '>=1.2.16 1.3.x'
322+
'angular': '>=1.2.16 1.4.x'
323323
},
324324
'repository': pkg.repository,
325325
'homepage': 'http://ui-grid.info',

0 commit comments

Comments
 (0)