prepare for v4.0.0-alpha2

pull/5069/head
Daniel 2 years ago
parent 5f49cebb8d
commit 451642b9ab

@ -10,12 +10,7 @@
<!-- TODO: Remove below link Before Alpha Release of AdminLTE v4 -->
<a href="https://github.com/ColorlibHQ/AdminLTE/tree/v4-dev">Check once</a>
<script>
/**
* TODO: Uncomment Before Alpha Release of AdminLTE v4
* Will redirect properly
*/
// window.location = './dist/index.html';
window.location = './dist/pages/index.html';
</script>
</body>
</html>

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "admin-lte",
"version": "4.0.0-alpha1",
"version": "4.0.0-alpha2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "admin-lte",
"version": "4.0.0-alpha1",
"version": "4.0.0-alpha2",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.0",

@ -1,7 +1,7 @@
{
"name": "admin-lte",
"description": "Responsive open source admin dashboard and control panel.",
"version": "4.0.0-alpha1",
"version": "4.0.0-alpha2",
"license": "MIT",
"author": "Colorlib <https://colorlib.com>",
"main": "dist/js/adminlte.min.js",

@ -1,5 +1,5 @@
/*!
* AdminLTE v4.0.0-alpha1
* AdminLTE v4.0.0-alpha2
* Author: Colorlib
* Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <https://opensource.org/licenses/MIT>

Loading…
Cancel
Save