Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
poush committed May 5, 2016
1 parent 1c748f6 commit 9c2358a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-paginate",
"name": "vue-pagination",
"description": "Pagination for vuejs with combination with bootstrap and Laravel's pagination",
"main": "paginate.js",
"main": "vue-pagination.js",
"authors": [
"poush"
],
Expand All @@ -13,7 +13,7 @@
"laravel",
"pagination"
],
"homepage": "https://github.com/poush/vue-paginate",
"homepage": "https://github.com/poush/vue-pagination",
"moduleType": [],
"ignore": [
"**/.*",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vue-paginate",
"name": "vue-pagination",
"version": "1.0.0",
"description": "Pagination for vuejs with combination with bootstrap works with any serverside framework",
"main": "paginate.js",
"main": "vue-pagination.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"paginate.js"
],
"homepage": "https://github.com/poush/vue-paginate",
"homepage": "https://github.com/poush/vue-pagination",
"keywords": [
"vue",
"component",
Expand Down
File renamed without changes.

0 comments on commit 9c2358a

Please sign in to comment.