updated copyright infos

- updated author and repo infos in composer.json
- updated github links & author in package.json
- updated github links in README.md
- rebuild js dist files
This commit is contained in:
REJack
2019-06-06 14:32:53 +02:00
parent cc8a2d7e51
commit 2c7fa653d1
5 changed files with 11 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
"description": "Responsive open source admin dashboard and control panel.",
"version": "3.0.0-beta.1",
"license": "MIT",
"author": "Abdullah Almsaeed <abdullah@almsaeedstudio.com>",
"author": "Colorlib <http://colorlib.com>",
"main": "dist/js/adminlte.min.js",
"scripts": {
"css": "npm-run-all --sequential css-compile css-prefix css-minify",
@@ -38,10 +38,10 @@
"sass": "build/scss/AdminLTE.scss",
"repository": {
"type": "git",
"url": "git://github.com/almasaeed2010/AdminLTE.git"
"url": "git://github.com/ColorlibHQ/AdminLTE.git"
},
"bugs": {
"url": "https://github.com/almasaeed2010/AdminLTE/issues"
"url": "https://github.com/ColorlibHQ/AdminLTE/issues"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^1.0.0-beta.4",