Skip to content

Commit

Permalink
Check dependency only in package.json (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
dansysanalyst authored Feb 29, 2024
1 parent 2e59744 commit 7fff071
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Actions/CheckDependencyFlatPick.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ public static function handle(): string
{
return self::checkIfFileContains(
[
base_path('tailwind.config.js'),
base_path('resources/js/app.js'),
base_path('package.json'),
],
'flatpickr',
'"flatpickr"',
);
}

Expand Down

0 comments on commit 7fff071

Please sign in to comment.