Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.42k stars 209 forks source link

[FIX] Check Flatpick dependency only in package.json #1438

Closed dansysanalyst closed 5 months ago

dansysanalyst commented 5 months ago

⚡ PowerGrid - Pull Request

Welcome and thank you for your interest in contributing to our project!. You must use this template to submit a Pull Request or it will not be accepted.


Motivation

Description

This Pull Request removes the verification for flatpicker in resources/js/app.js and tailwind.config.jsas projects might not even use Tailwind. From now on, it searches package.json for "flatpicker" (with quotes).

Alternatively, I've considered removing this check if it is too inconvenient for users.

Related Issue(s): https://github.com/Power-Components/livewire-powergrid/issues/1437

Documentation

This PR requires Documentation update?

luanfreitasdev commented 5 months ago

Thank you @dansysanalyst !