Skip to content

Commit

Permalink
build: fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Mar 29, 2017
1 parent 31d611e commit 3867036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "ng2-smart-table-demo",
"version": "1.0.0",
"description": "Angular Smart Table",
"author": "Akveo <[email protected]>",
"homepage": "http://akveo.github.io/ng2-smart-table/",
Expand Down
10 changes: 4 additions & 6 deletions src/ng2-smart-table/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
],
Expand Down

0 comments on commit 3867036

Please sign in to comment.