File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 44 "camelcase" : false ,
55 "curly" : true ,
66 "eqeqeq" : true ,
7- "forin" : true ,
87 "immed" : true ,
98 "latedef" : true ,
109 "newcap" : true ,
1312 "noempty" : true ,
1413 "undef" : true ,
1514 "unused" : true ,
16- "strict" : true ,
17- "trailing" : true ,
18- "globals" : {}
15+ "strict" : true
1916}
Original file line number Diff line number Diff line change 1+ sudo : false
12language : node_js
23node_js :
34 - " 0.10"
Original file line number Diff line number Diff line change 1111 "repository" : " https://github.com/phated/gulp-jade.git" ,
1212 "author" :
" Blaine Bublitz <[email protected] >" ,
1313 "dependencies" : {
14- "gulp-util" : " ~2 .2" ,
14+ "gulp-util" : " ^3.0 .2" ,
1515 "jade" : " 1.1 - 1.7" ,
16- "through2" : " ^0.5.1 " ,
16+ "through2" : " ^0.6.3 " ,
1717 "xtend" : " ^4.0.0"
1818 },
19- "main" : " index.js" ,
19+ "files" : [
20+ " index.js" ,
21+ " LICENSE"
22+ ],
2023 "engines" : {
2124 "node" : " >= 0.10"
2225 },
2932 }
3033 ],
3134 "devDependencies" : {
32- "gulp" : " ~3.4.0 " ,
33- "tap" : " ~0.4.6 " ,
34- "gulp-jshint" : " ~1.3.4 "
35+ "gulp" : " ^3.8.10 " ,
36+ "tap" : " ^0.5.0 " ,
37+ "gulp-jshint" : " ^1.9.0 "
3538 }
3639}
You can’t perform that action at this time.
0 commit comments