Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(Gruntfile): replace double quotes with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Dec 17, 2015
1 parent ffee742 commit b31234e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ module.exports = function(grunt) {
},


"ddescribe-iit": {
'ddescribe-iit': {
files: [
'src/**/*.js',
'test/**/*.js',
Expand All @@ -236,7 +236,7 @@ module.exports = function(grunt) {
]
},

"merge-conflict": {
'merge-conflict': {
files: [
'src/**/*',
'test/**/*',
Expand Down

0 comments on commit b31234e

Please sign in to comment.