Skip to content

Commit

Permalink
Convert spaces to tabs to match the rest of the source.
Browse files Browse the repository at this point in the history
  • Loading branch information
samclarke committed Mar 11, 2015
1 parent d6bc4a0 commit da682a9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,14 +349,14 @@ module.exports = function (grunt) {
}
},

devUpdate: {
main: {
options: {
updateType: 'force',
semver: false
}
}
}
devUpdate: {
main: {
options: {
updateType: 'force',
semver: false
}
}
}
});


Expand All @@ -375,7 +375,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-saucelabs');
grunt.loadNpmTasks('grunt-webpack');
grunt.loadNpmTasks('grunt-githooks');
grunt.loadNpmTasks('grunt-dev-update');
grunt.loadNpmTasks('grunt-dev-update');


grunt.registerTask('default', ['test']);
Expand Down Expand Up @@ -416,8 +416,8 @@ module.exports = function (grunt) {
// Alias dist to release for backwards compatibility
grunt.registerTask('dist', ['release']);

// Update dev dependencies
grunt.registerTask('dev-upd', [
'devUpdate:main'
]);
// Update dev dependencies
grunt.registerTask('dev-upd', [
'devUpdate:main'
]);
};

0 comments on commit da682a9

Please sign in to comment.