Skip to content

Commit 21c935a

Browse files
chore(Gruntfile): replace double quotes with single quotes
1 parent 7e5ef76 commit 21c935a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gruntfile.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module.exports = function(grunt) {
155155
jscs: {
156156
src: ['src/**/*.js', 'test/**/*.js'],
157157
options: {
158-
config: ".jscsrc"
158+
config: '.jscsrc'
159159
}
160160
},
161161

@@ -220,7 +220,7 @@ module.exports = function(grunt) {
220220
dest: 'build/angular-aria.js',
221221
src: util.wrap(files['angularModules']['ngAria'], 'module')
222222
},
223-
"promises-aplus-adapter": {
223+
'promises-aplus-adapter': {
224224
dest:'tmp/promises-aplus-adapter++.js',
225225
src:['src/ng/q.js', 'lib/promises-aplus/promises-aplus-test-adapter.js']
226226
}
@@ -241,7 +241,7 @@ module.exports = function(grunt) {
241241
},
242242

243243

244-
"ddescribe-iit": {
244+
'ddescribe-iit': {
245245
files: [
246246
'src/**/*.js',
247247
'test/**/*.js',
@@ -262,7 +262,7 @@ module.exports = function(grunt) {
262262
}
263263
},
264264

265-
"merge-conflict": {
265+
'merge-conflict': {
266266
files: [
267267
'src/**/*',
268268
'test/**/*',
@@ -292,11 +292,11 @@ module.exports = function(grunt) {
292292
},
293293

294294
shell: {
295-
"npm-install": {
295+
'npm-install': {
296296
command: 'node scripts/npm/check-node-modules.js'
297297
},
298298

299-
"promises-aplus-tests": {
299+
'promises-aplus-tests': {
300300
options: {
301301
stdout: false,
302302
stderr: true,

0 commit comments

Comments
 (0)