Skip to content

Commit

Permalink
fix(package): add the description fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Apr 27, 2017
1 parent bdfa07a commit 0d77147
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0d77147

Please sign in to comment.