File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ - v1.4.1:
2+ - date: 2021-05-24
3+ - changes:
4+ - fix preload option for latest grunt
15- v1.4.0:
26 - date: 2021-03-25
37 - changes:
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ v8flags(function (err, v8flags) {
4747 cwd : options . base ,
4848 configPath : options . gruntfile ,
4949 require : options . require ,
50+ preload : options . preload ,
5051 verbose : options . verbose
5152 } , function ( env ) {
5253 Grunt . execute ( env , function ( env ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-cli" ,
33 "description" : " The grunt command line interface" ,
4- "version" : " 1.4.1 " ,
4+ "version" : " 1.4.2 " ,
55 "author" : " Grunt Development Team (http://gruntjs.com/development-team)" ,
66 "repository" : " gruntjs/grunt-cli" ,
77 "license" : " MIT" ,
1515 "grunt" : " bin/grunt"
1616 },
1717 "dependencies" : {
18- "grunt-known-options" : " ~1.1.1 " ,
18+ "grunt-known-options" : " ~2.0.0 " ,
1919 "interpret" : " ~1.1.0" ,
2020 "liftup" : " ~3.0.1" ,
2121 "nopt" : " ~4.0.1" ,
You can’t perform that action at this time.
0 commit comments