Skip to content

Commit

Permalink
Fix preload option (#147)
Browse files Browse the repository at this point in the history
* 1.4.2

* Fix prepare option for latest grunt

* Add changelog
  • Loading branch information
vladikoff committed May 25, 2021
1 parent 4d691e2 commit 07f3b0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
- v1.4.1:
- date: 2021-05-24
- changes:
- fix preload option for latest grunt
- v1.4.0:
- date: 2021-03-25
- changes:
Expand Down
1 change: 1 addition & 0 deletions bin/grunt
Expand Up @@ -47,6 +47,7 @@ v8flags(function (err, v8flags) {
cwd: options.base,
configPath: options.gruntfile,
require: options.require,
preload: options.preload,
verbose: options.verbose
}, function (env) {
Grunt.execute(env, function(env) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-cli",
"description": "The grunt command line interface",
"version": "1.4.1",
"version": "1.4.2",
"author": "Grunt Development Team (http://gruntjs.com/development-team)",
"repository": "gruntjs/grunt-cli",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"grunt": "bin/grunt"
},
"dependencies": {
"grunt-known-options": "~1.1.1",
"grunt-known-options": "~2.0.0",
"interpret": "~1.1.0",
"liftup": "~3.0.1",
"nopt": "~4.0.1",
Expand Down

0 comments on commit 07f3b0d

Please sign in to comment.