Would like to use npm install [email protected] so I can get a jump on updating my site to the new v3.0.0-alpha adminLTE using bootstrap 4. Are you still planning on using/updating the npm package? (Currently have to manually update my files for adminLTE to check-out/test version 3).
Thanks for the work in updating to bootstrap 4!
Thanks for updating npm!
However to get my file compiled correctly like in v2.4.3 I had to add the line
"main": "dist/js/adminlte.min.js" to your package.json that npm pulled in. Perhaps this could be added back into the package.json for v3-dev. ? It shouldn't hurt anything.
I'm using laravel/webpack and without the 'main' key in your package.json to point to the correct js file I get a compile warning saying the * admin-lte dependency was not found.
With this line added I'm able to pull the 3.0.0-alpha version from npm making testing and re-coding my site much easier. I appreciate all the work being put in to keep this package updated.
Added main to npm package.json. Will publish v3.0.0-alpha.2. Please close the issue if resolved. Otherwise, please let me know if it doesn't work. Thanks!