File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ module.exports = function(grunt) {
155
155
jscs : {
156
156
src : [ 'src/**/*.js' , 'test/**/*.js' ] ,
157
157
options : {
158
- config : " .jscsrc"
158
+ config : ' .jscsrc'
159
159
}
160
160
} ,
161
161
@@ -220,7 +220,7 @@ module.exports = function(grunt) {
220
220
dest : 'build/angular-aria.js' ,
221
221
src : util . wrap ( files [ 'angularModules' ] [ 'ngAria' ] , 'module' )
222
222
} ,
223
- " promises-aplus-adapter" : {
223
+ ' promises-aplus-adapter' : {
224
224
dest :'tmp/promises-aplus-adapter++.js' ,
225
225
src :[ 'src/ng/q.js' , 'lib/promises-aplus/promises-aplus-test-adapter.js' ]
226
226
}
@@ -241,7 +241,7 @@ module.exports = function(grunt) {
241
241
} ,
242
242
243
243
244
- " ddescribe-iit" : {
244
+ ' ddescribe-iit' : {
245
245
files : [
246
246
'src/**/*.js' ,
247
247
'test/**/*.js' ,
@@ -262,7 +262,7 @@ module.exports = function(grunt) {
262
262
}
263
263
} ,
264
264
265
- " merge-conflict" : {
265
+ ' merge-conflict' : {
266
266
files : [
267
267
'src/**/*' ,
268
268
'test/**/*' ,
@@ -292,11 +292,11 @@ module.exports = function(grunt) {
292
292
} ,
293
293
294
294
shell : {
295
- " npm-install" : {
295
+ ' npm-install' : {
296
296
command : 'node scripts/npm/check-node-modules.js'
297
297
} ,
298
298
299
- " promises-aplus-tests" : {
299
+ ' promises-aplus-tests' : {
300
300
options : {
301
301
stdout : false ,
302
302
stderr : true ,
You can’t perform that action at this time.
0 commit comments