This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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 @@ -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 ,
You can’t perform that action at this time.
0 commit comments