This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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 @@ -162,7 +162,7 @@ module.exports = function(grunt) {
162
162
'!src/angular.bind.js' // we ignore this file since contains an early return statement
163
163
] ,
164
164
options : {
165
- config : " .jscsrc"
165
+ config : ' .jscsrc'
166
166
}
167
167
} ,
168
168
@@ -231,7 +231,7 @@ module.exports = function(grunt) {
231
231
dest : 'build/angular-aria.js' ,
232
232
src : util . wrap ( files [ 'angularModules' ] [ 'ngAria' ] , 'module' )
233
233
} ,
234
- " promises-aplus-adapter" : {
234
+ ' promises-aplus-adapter' : {
235
235
dest :'tmp/promises-aplus-adapter++.js' ,
236
236
src :[ 'src/ng/q.js' , 'lib/promises-aplus/promises-aplus-test-adapter.js' ]
237
237
}
@@ -253,7 +253,7 @@ module.exports = function(grunt) {
253
253
} ,
254
254
255
255
256
- " ddescribe-iit" : {
256
+ ' ddescribe-iit' : {
257
257
files : [
258
258
'src/**/*.js' ,
259
259
'test/**/*.js' ,
@@ -274,7 +274,7 @@ module.exports = function(grunt) {
274
274
}
275
275
} ,
276
276
277
- " merge-conflict" : {
277
+ ' merge-conflict' : {
278
278
files : [
279
279
'src/**/*' ,
280
280
'test/**/*' ,
@@ -304,11 +304,11 @@ module.exports = function(grunt) {
304
304
} ,
305
305
306
306
shell : {
307
- " npm-install" : {
307
+ ' npm-install' : {
308
308
command : 'node scripts/npm/check-node-modules.js'
309
309
} ,
310
310
311
- " promises-aplus-tests" : {
311
+ ' promises-aplus-tests' : {
312
312
options : {
313
313
stdout : false ,
314
314
stderr : true ,
You can’t perform that action at this time.
0 commit comments