File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 15
15
},
16
16
"devDependencies" : {
17
17
"coveralls" : " ^2.13.0" ,
18
- "eslint" : " ^3.19.0 " ,
18
+ "eslint" : " ^4.6.1 " ,
19
19
"istanbul" : " ^0.4.5" ,
20
20
"mocha" : " ^3.2.0" ,
21
21
"mocha-lcov-reporter" : " ^1.3.0" ,
22
- "should" : " ^11.2 .1"
22
+ "should" : " ^13.0 .1"
23
23
},
24
24
"engines" : {
25
25
"node" : " >= 4"
Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ describe('gulp-requirejs', function() {
48
48
output . path . should . equal ( 'simple_init.js' ) ;
49
49
output . should . have . property ( 'sourceMap' ) ;
50
50
output . sourceMap . should . be . Object ( ) ;
51
- output . sourceMap . sources . should . containEql (
52
- 'vendor/simple_amd_file.js' ) ;
51
+ output . sourceMap . sources . should . containEql ( 'vendor/simple_amd_file.js' ) ;
53
52
output . sourceMap . sources . should . containEql ( 'simple_init.js' ) ;
54
53
done ( ) ;
55
54
} catch ( e ) {
You can’t perform that action at this time.
0 commit comments