From a813c2ade3170a10f94e4c4aa86488bf621fb3d4 Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Wed, 19 Apr 2017 14:01:04 +0300 Subject: [PATCH] fix(package): add the description fields --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index b310045d..5701db64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,16 @@ { "name": "ng2-admin", "version": "0.9.0", + "description": "Angular 2 and Bootstrap 4 Admin Template.", + "author": "Akveo ", + "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",