Skip to content

Commit

Permalink
style(project): fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jun 7, 2016
1 parent d78ed7b commit 7c00b8a
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 150 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = function(grunt) {

karma: {
options: {
configFile: '<%= config.tests %>/config/karma.unit.js',
configFile: '<%= config.tests %>/config/karma.unit.js'
},
single: {
singleRun: true,
Expand Down
Loading

0 comments on commit 7c00b8a

Please sign in to comment.