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

Commit 2334a51

Browse files
chore(Gruntfile): replace double quotes with single quotes
1 parent ed7777d commit 2334a51

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
@@ -162,7 +162,7 @@ module.exports = function(grunt) {
162162
'!src/angular.bind.js' // we ignore this file since contains an early return statement
163163
],
164164
options: {
165-
config: ".jscsrc"
165+
config: '.jscsrc'
166166
}
167167
},
168168

@@ -231,7 +231,7 @@ module.exports = function(grunt) {
231231
dest: 'build/angular-aria.js',
232232
src: util.wrap(files['angularModules']['ngAria'], 'module')
233233
},
234-
"promises-aplus-adapter": {
234+
'promises-aplus-adapter': {
235235
dest:'tmp/promises-aplus-adapter++.js',
236236
src:['src/ng/q.js', 'lib/promises-aplus/promises-aplus-test-adapter.js']
237237
}
@@ -253,7 +253,7 @@ module.exports = function(grunt) {
253253
},
254254

255255

256-
"ddescribe-iit": {
256+
'ddescribe-iit': {
257257
files: [
258258
'src/**/*.js',
259259
'test/**/*.js',
@@ -274,7 +274,7 @@ module.exports = function(grunt) {
274274
}
275275
},
276276

277-
"merge-conflict": {
277+
'merge-conflict': {
278278
files: [
279279
'src/**/*',
280280
'test/**/*',
@@ -304,11 +304,11 @@ module.exports = function(grunt) {
304304
},
305305

306306
shell: {
307-
"npm-install": {
307+
'npm-install': {
308308
command: 'node scripts/npm/check-node-modules.js'
309309
},
310310

311-
"promises-aplus-tests": {
311+
'promises-aplus-tests': {
312312
options: {
313313
stdout: false,
314314
stderr: true,

0 commit comments

Comments
 (0)