File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 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) {
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 ,
You can’t perform that action at this time.
0 commit comments