diff --git a/scripts/build-behat-plugin.js b/scripts/build-behat-plugin.js index 52ec0d259..01e8c1b65 100755 --- a/scripts/build-behat-plugin.js +++ b/scripts/build-behat-plugin.js @@ -14,7 +14,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -const minimatch = require('minimatch'); +const { minimatch } = require('minimatch'); const { existsSync, readFileSync, writeFileSync, statSync, renameSync, rmSync } = require('fs'); const { readdir } = require('fs').promises; const { mkdirSync, copySync } = require('fs-extra');