Skip to content

Commit

Permalink
fix: restore checkReqs in prepare.js (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed May 18, 2022
1 parent 4744bfe commit 53d39fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const PlatformMunger = require('cordova-common').ConfigChanges.PlatformMunger;
const PluginInfoProvider = require('cordova-common').PluginInfoProvider;
const utils = require('./utils');
const gradleConfigDefaults = require('./gradle-config-defaults');

const checkReqs = require('./check_reqs');
const GradlePropertiesParser = require('./config/GradlePropertiesParser');

function parseArguments (argv) {
Expand Down

0 comments on commit 53d39fb

Please sign in to comment.