You've already forked adminkit
mirror of
https://github.com/adminkit/adminkit.git
synced 2026-04-05 12:32:52 +01:00
Bump versions and update readme
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# AdminKit
|
||||
# AdminKit - Bootstrap 5 Admin Template
|
||||
|
||||
A professional Admin & Dashboard template based on Bootstrap that comes with hundreds of UI components, forms, tables, charts, pages and icons.
|
||||
A professional Admin & Dashboard template based on Bootstrap 5 that comes with hundreds of UI components, forms, tables, charts, pages and icons.
|
||||
|
||||
<strong><a href="https://demo.adminkit.io/">View Demo</a> | <a href="https://github.com/adminkit/adminkit/archive/master.zip">Download ZIP</a> | <a href="https://adminkit.io/">Visit Website</a></strong>
|
||||
|
||||
[](https://demo.adminkit.io/)
|
||||
[](https://demo.adminkit.io/)
|
||||
|
||||
## Status
|
||||
|
||||
  [](https://github.com/adminkit/adminkit/issues?q=is%3Aopen+is%3Aissue) [](https://github.com/adminkit/adminkit/issues?q=is%3Aissue+is%3Aclosed)
|
||||
  [](https://github.com/adminkit/adminkit/issues?q=is%3Aopen+is%3Aissue) [](https://github.com/adminkit/adminkit/issues?q=is%3Aissue+is%3Aclosed)
|
||||
|
||||
## Features
|
||||
|
||||
@@ -55,6 +55,6 @@ Found a bug or have a feature request? [Please open a new issue](https://github.
|
||||
|
||||
## Upgrade to Pro version
|
||||
|
||||
Get more power with "[AdminKit Pro - The Ultimate Bootstrap Admin Template](https://adminkit.io/)". It has many more features compared to the free version to help create awesome apps!
|
||||
Get more power with "[AdminKit Pro - The Ultimate Bootstrap 5 Admin Template](https://adminkit.io/)". It has many more features compared to the free version to help create awesome apps!
|
||||
|
||||
[Upgrade to Pro »](https://adminkit.io/pricing)
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,7 +1,9 @@
|
||||
/* flatpickr v4.6.6, @license MIT */
|
||||
|
||||
/*!
|
||||
* Bootstrap v4.5.0 (https://getbootstrap.com/)
|
||||
* Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -17,30 +19,20 @@
|
||||
* Released under the MIT License
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Sizzle CSS Selector Engine v2.3.5
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://js.foundation/
|
||||
*
|
||||
* Date: 2020-03-14
|
||||
*/
|
||||
/*! *****************************************************************************
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
/*!
|
||||
* jQuery JavaScript Library v3.5.1
|
||||
* https://jquery.com/
|
||||
*
|
||||
* Includes Sizzle.js
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
* Date: 2020-05-04T22:49Z
|
||||
*/
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
||||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
||||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
PERFORMANCE OF THIS SOFTWARE.
|
||||
***************************************************************************** */
|
||||
|
||||
/*! ../../internals/path */
|
||||
|
||||
@@ -559,12 +551,6 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/*@preserve
|
||||
* Tempus Dominus Bootstrap4 v5.1.2 (https://tempusdominus.github.io/bootstrap-4/)
|
||||
* Copyright 2016-2018 Jonathan Peterson
|
||||
* Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
//! moment.js
|
||||
|
||||
//! moment.js language configuration
|
||||
|
||||
File diff suppressed because one or more lines are too long
+8
-7
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "adminkit",
|
||||
"version": "1.0.2",
|
||||
"description": "AdminKit - The Ultimate Bootstrap Admin Template",
|
||||
"version": "2.0.0",
|
||||
"description": "AdminKit - The Ultimate Bootstrap 5 Admin Template",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production webpack -p --config webpack.config.js",
|
||||
"watch": "webpack -p --config webpack.config.js --watch",
|
||||
@@ -15,15 +15,16 @@
|
||||
"not dead"
|
||||
],
|
||||
"keywords": [
|
||||
"bootstrap",
|
||||
"bootstrap 5",
|
||||
"admin",
|
||||
"dashboard",
|
||||
"template",
|
||||
"responsive",
|
||||
"css",
|
||||
"sass",
|
||||
"html",
|
||||
"responsive",
|
||||
"theme",
|
||||
"template",
|
||||
"admin",
|
||||
"app",
|
||||
"dashboard",
|
||||
"front-end",
|
||||
"ui kit",
|
||||
"web"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 200 KiB |
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* AdminKit v1.0.2 (https://adminkit.io/)
|
||||
* AdminKit v2.0.0 (https://adminkit.io/)
|
||||
* Copyright 2020 Paul Laros
|
||||
* Copyright 2020 AdminKit
|
||||
* Licensed under MIT (https://github.com/adminkit/adminkit/blob/master/LICENSE)
|
||||
|
||||
Reference in New Issue
Block a user