From 3867036733ffed7debcd6de2a6bba755503ddb62 Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Wed, 29 Mar 2017 19:26:23 +0300 Subject: [PATCH] build: fix package.json --- package.json | 1 - src/ng2-smart-table/package.json | 10 ++++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b31032fb8..cc68864b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "ng2-smart-table-demo", - "version": "1.0.0", "description": "Angular Smart Table", "author": "Akveo ", "homepage": "http://akveo.github.io/ng2-smart-table/", diff --git a/src/ng2-smart-table/package.json b/src/ng2-smart-table/package.json index 4d2ba8485..2c458d2b0 100644 --- a/src/ng2-smart-table/package.json +++ b/src/ng2-smart-table/package.json @@ -1,6 +1,6 @@ { "name": "ng2-smart-table", - "version": "1.0.0", + "version": "1.0.1", "description": "Angular Smart Table", "main": "./bundles/table.umd.js", "module": "./index.js", @@ -11,17 +11,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/akveo/ng2-admin.git" + "url": "git+http://akveo.github.io/ng2-smart-table.git" }, "bugs": { - "url": "https://github.com/akveo/ng2-admin/issues" + "url": "http://akveo.github.io/ng2-smart-table/issues" }, - "homepage": "https://github.com/akveo/ng2-admin#readme", + "homepage": "http://akveo.github.io/ng2-smart-table/#readme", "keywords": [ "angular", "typescript", - "ng2-admin", - "ngx-admin", "table", "akveo" ],