@@ -11,7 +11,7 @@ var reader = require('../../node_modules/grunt-ngdocs/src/reader.js');
11
11
module . exports = function ( grunt ) {
12
12
13
13
/*
14
- *
14
+ *
15
15
* Create tasks
16
16
*
17
17
*/
@@ -125,7 +125,7 @@ module.exports = function(grunt) {
125
125
dir : 'coverage' ,
126
126
subdir : '.'
127
127
} ) ;
128
-
128
+
129
129
grunt . task . run ( 'karma:' + latest ) ;
130
130
} ) ;
131
131
@@ -215,7 +215,7 @@ module.exports = function(grunt) {
215
215
grunt . log . writeln ( "TAG: " + tag ) ;
216
216
releaseDir = path . join ( file . dest , tag ) ;
217
217
}
218
-
218
+
219
219
file . src . forEach ( function ( f ) {
220
220
var oldFileName = path . basename ( f ) ;
221
221
var ext = path . extname ( f ) ;
@@ -272,7 +272,7 @@ module.exports = function(grunt) {
272
272
}
273
273
} ) ;
274
274
} ) ;
275
-
275
+
276
276
done ( ) ;
277
277
} ) ;
278
278
@@ -296,7 +296,7 @@ module.exports = function(grunt) {
296
296
// done();
297
297
// });
298
298
// });
299
-
299
+
300
300
// Create the bower.json file
301
301
grunt . registerTask ( 'update-bower-json' , function ( ) {
302
302
var currentTag = semver . clean ( util . getCurrentTag ( ) ) ;
@@ -318,7 +318,7 @@ module.exports = function(grunt) {
318
318
"main" : releaseFiles ,
319
319
"ignore" : [ ] ,
320
320
"dependencies" : {
321
- "angular" : "~ 1.2.16"
321
+ "angular" : ">= 1.2.16 <=1.3.x "
322
322
} ,
323
323
"homepage" : "http://ui-grid.info"
324
324
} ;
@@ -342,4 +342,4 @@ module.exports = function(grunt) {
342
342
343
343
console . log ( reader . docs [ 0 ] . convertUrlToAbsolute ( ) ) ;
344
344
} ) ;
345
- } ;
345
+ } ;
0 commit comments