Skip to content

Commit

Permalink
Bower and package json updates
Browse files Browse the repository at this point in the history
  • Loading branch information
poush committed May 5, 2016
1 parent 10b7913 commit 410b2cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}
}

0 comments on commit 410b2cc

Please sign in to comment.