Skip to content

Commit 97f8aa8

Browse files
committed
update keywords and readme
1 parent 7617e1c commit 97f8aa8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<p>
22
<a href="https://travis-ci.org/KitchenStories/vue-gallery-slideshow"><img src="https://img.shields.io/travis/KitchenStories/vue-gallery-slideshow.svg?style=flat-square"></a>
3+
<a href="https://www.npmjs.com/package/vue-gallery-slideshow"><img src="https://img.shields.io/npm/dt/vue-gallery-slideshow.svg?style=flat-square"></a>
34
</p>
45

56
# vue-gallery-slideshow

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Full responsive image gallery for VueJS.",
55
"main": "dist/js/index.js",
66
"scripts": {
7+
"prepublish": "npn run build",
78
"test": "echo \"Error: no test specified\" && exit 1",
89
"lint": "node_modules/.bin/eslint ./",
910
"build": "node_modules/.bin/rollup -c ./rollup.config.js && NODE_ENV=production node_modules/.bin/rollup -c ./rollup.config.js",
@@ -25,7 +26,11 @@
2526
"vue-component",
2627
"vue-plugin",
2728
"slider",
28-
"vuejs"
29+
"viewer",
30+
"carousel",
31+
"vue",
32+
"vuejs",
33+
"vuejs-plugin"
2934
],
3035
"author": "Norman Sander",
3136
"license": "MIT",

0 commit comments

Comments
 (0)