File tree Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ var ESLINT_OPTION = {
5151 'args' : 'none'
5252 }
5353 ] ,
54- 'no-multi-spaces' : false ,
54+ 'no-multi-spaces' : 0 ,
5555 'new-cap' : [
5656 2 ,
5757 {
Original file line number Diff line number Diff line change 3131 "url" : " http://github.com/estools/escodegen.git"
3232 },
3333 "dependencies" : {
34- "estraverse" : " ^1.9.1 " ,
34+ "estraverse" : " ^4.2.0 " ,
3535 "esutils" : " ^2.0.2" ,
36- "esprima" : " ^2.7.1 " ,
36+ "esprima" : " ^3.1.3 " ,
3737 "optionator" : " ^0.8.1"
3838 },
3939 "optionalDependencies" : {
40- "source-map" : " ~0.2.0 "
40+ "source-map" : " ~0.5.6 "
4141 },
4242 "devDependencies" : {
43- "acorn" : " ^2.7.0 " ,
44- "bluebird" : " ^2.3.11 " ,
45- "bower-registry-client" : " ^0.2.1 " ,
46- "chai" : " ^1.10 .0" ,
43+ "acorn" : " ^4.0.4 " ,
44+ "bluebird" : " ^3.4.7 " ,
45+ "bower-registry-client" : " ^1.0.0 " ,
46+ "chai" : " ^3.5 .0" ,
4747 "commonjs-everywhere" : " ^0.9.7" ,
4848 "gulp" : " ^3.8.10" ,
49- "gulp-eslint" : " ^0.2.0 " ,
50- "gulp-mocha" : " ^2 .0.0 " ,
49+ "gulp-eslint" : " ^3.0.1 " ,
50+ "gulp-mocha" : " ^3 .0.1 " ,
5151 "semver" : " ^5.1.0"
5252 },
5353 "license" : " BSD-2-Clause" ,
Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ finally {
44}
55try {
66} catch ( e ) {
7- } //
8- finally {
7+ } finally {
98}
109{
1110 try {
1211 } catch ( e ) {
13- } //
14- finally {
12+ } finally {
1513 }
1614}
You can’t perform that action at this time.
0 commit comments