mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(package): add the description fields
This commit is contained in:
parent
b205a6d570
commit
a813c2ade3
1 changed files with 10 additions and 0 deletions
10
package.json
10
package.json
|
|
@ -1,6 +1,16 @@
|
|||
{
|
||||
"name": "ng2-admin",
|
||||
"version": "0.9.0",
|
||||
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
||||
"author": "Akveo <contact@akveo.com>",
|
||||
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/akveo/ng2-admin.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/akveo/ng2-admin/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue