File tree 3 files changed +7
-2
lines changed
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
1
5
- v1.4.0:
2
6
- date: 2021-03-25
3
7
- changes:
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ v8flags(function (err, v8flags) {
47
47
cwd : options . base ,
48
48
configPath : options . gruntfile ,
49
49
require : options . require ,
50
+ preload : options . preload ,
50
51
verbose : options . verbose
51
52
} , function ( env ) {
52
53
Grunt . execute ( env , function ( env ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-cli" ,
3
3
"description" : " The grunt command line interface" ,
4
- "version" : " 1.4.1 " ,
4
+ "version" : " 1.4.2 " ,
5
5
"author" : " Grunt Development Team (http://gruntjs.com/development-team)" ,
6
6
"repository" : " gruntjs/grunt-cli" ,
7
7
"license" : " MIT" ,
15
15
"grunt" : " bin/grunt"
16
16
},
17
17
"dependencies" : {
18
- "grunt-known-options" : " ~1.1.1 " ,
18
+ "grunt-known-options" : " ~2.0.0 " ,
19
19
"interpret" : " ~1.1.0" ,
20
20
"liftup" : " ~3.0.1" ,
21
21
"nopt" : " ~4.0.1" ,
You can’t perform that action at this time.
0 commit comments