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

Commit b31234e

Browse files
chore(Gruntfile): replace double quotes with single quotes
1 parent ffee742 commit b31234e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ module.exports = function(grunt) {
226226
},
227227

228228

229-
"ddescribe-iit": {
229+
'ddescribe-iit': {
230230
files: [
231231
'src/**/*.js',
232232
'test/**/*.js',
@@ -236,7 +236,7 @@ module.exports = function(grunt) {
236236
]
237237
},
238238

239-
"merge-conflict": {
239+
'merge-conflict': {
240240
files: [
241241
'src/**/*',
242242
'test/**/*',

0 commit comments

Comments
 (0)