relaxing dependency to bootstrap

This commit is contained in:
Ferdinand Kuhl 2024-07-02 17:18:54 +02:00
parent 8c8c335eb6
commit 2567b15beb

View file

@ -1,6 +1,6 @@
{
"name": "@digicomp/datatables-modal-actions",
"version": "0.0.1",
"version": "0.0.2",
"description": "defines modal actions for datatable buttons",
"main": "src/datatables-modal-actions.js",
"scripts": {
@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"@digicomp/modal-stack": "^0.0.1",
"bootstrap": "^4.6 || ^5.3",
"bootstrap": "^4.6 || ^5",
"datatables.net": "^1.13.6 || ^2.0.7"
},
"engines": {