diff --git a/bower.json b/bower.json index 8f4876d..6caa490 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { - "name": "vue-pagination", - "description": "Pagination for vuejs with combination with bootstrap and Laravel's pagination", + "name": "vue-laravel-pagination", + "description": "Pagination for vuejs with bootstrap, works with any serverside framework (ready to use with laravel)", "main": "vue-pagination.js", "authors": [ "poush" diff --git a/package.json b/package.json index 0307c2b..3ed32ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "vue-pagination", + "name": "vue-laravel-pagination", "version": "1.0.0", - "description": "Pagination for vuejs with combination with bootstrap works with any serverside framework", + "description": "Pagination for vuejs with bootstrap, works with any serverside framework (ready to use with laravel)", "main": "vue-pagination.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -19,5 +19,12 @@ ], "dependencies": {}, "author": "poush", - "license": "MIT" + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/poush/vue-pagination.git" + }, + "bugs": { + "url": "https://github.com/poush/vue-pagination/issues" + } }