Skip to content

Commit 410b2cc

Browse files
committed
Bower and package json updates
1 parent 10b7913 commit 410b2cc

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "vue-pagination",
3-
"description": "Pagination for vuejs with combination with bootstrap and Laravel's pagination",
2+
"name": "vue-laravel-pagination",
3+
"description": "Pagination for vuejs with bootstrap, works with any serverside framework (ready to use with laravel)",
44
"main": "vue-pagination.js",
55
"authors": [
66
"poush"

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "vue-pagination",
2+
"name": "vue-laravel-pagination",
33
"version": "1.0.0",
4-
"description": "Pagination for vuejs with combination with bootstrap works with any serverside framework",
4+
"description": "Pagination for vuejs with bootstrap, works with any serverside framework (ready to use with laravel)",
55
"main": "vue-pagination.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -19,5 +19,12 @@
1919
],
2020
"dependencies": {},
2121
"author": "poush",
22-
"license": "MIT"
22+
"license": "MIT",
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/poush/vue-pagination.git"
26+
},
27+
"bugs": {
28+
"url": "https://github.com/poush/vue-pagination/issues"
29+
}
2330
}

0 commit comments

Comments
 (0)