Skip to content

Commit

Permalink
style(lint): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Jul 22, 2016
1 parent 1a26aee commit d23fd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.circle.js
Expand Up @@ -10,7 +10,7 @@
module.exports = function gruntConfig(grunt) {
require(`load-grunt-tasks`)(grunt);
require(`time-grunt`)(grunt);
grunt.loadTasks('tasks');
grunt.loadTasks(`tasks`);

grunt.registerTask(`coverage`, [
`makeReport2:all`,
Expand Down

0 comments on commit d23fd42

Please sign in to comment.