Skip to content

Commit 9c2358a

Browse files
committed
Some fixes
1 parent 1c748f6 commit 9c2358a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "vue-paginate",
2+
"name": "vue-pagination",
33
"description": "Pagination for vuejs with combination with bootstrap and Laravel's pagination",
4-
"main": "paginate.js",
4+
"main": "vue-pagination.js",
55
"authors": [
66
"poush"
77
],
@@ -13,7 +13,7 @@
1313
"laravel",
1414
"pagination"
1515
],
16-
"homepage": "https://github.com/poush/vue-paginate",
16+
"homepage": "https://github.com/poush/vue-pagination",
1717
"moduleType": [],
1818
"ignore": [
1919
"**/.*",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "vue-paginate",
2+
"name": "vue-pagination",
33
"version": "1.0.0",
44
"description": "Pagination for vuejs with combination with bootstrap works with any serverside framework",
5-
"main": "paginate.js",
5+
"main": "vue-pagination.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"files": [
1010
"paginate.js"
1111
],
12-
"homepage": "https://github.com/poush/vue-paginate",
12+
"homepage": "https://github.com/poush/vue-pagination",
1313
"keywords": [
1414
"vue",
1515
"component",
File renamed without changes.

0 commit comments

Comments
 (0)