Skip to content

Commit 3f11d3c

Browse files
committed
update package.json
1 parent 1d9896f commit 3f11d3c

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-visibility-trigger",
3-
"version": "0.1.3",
4-
"description": "Vue component that emits an event when scrolled into view",
3+
"version": "0.1.4",
4+
"description": "A Vue component that emits an event when scrolled into view",
55
"license": "MIT",
66
"main": "dist/vue-visibility-trigger.umd.js",
77
"module": "dist/vue-visibility-trigger.esm.js",
@@ -17,6 +17,23 @@
1717
"build:es": "rollup --config build/rollup.config.js --format es --file dist/vue-visibility-trigger.esm.js",
1818
"build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/vue-visibility-trigger.min.js"
1919
},
20+
"keywords": [
21+
"vue",
22+
"component",
23+
"scroll",
24+
"visible",
25+
"trigger",
26+
"view",
27+
"declarative"
28+
],
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/shwilliam/vue-visibility-trigger.git"
32+
},
33+
"bugs": {
34+
"url": "https://github.com/shwilliam/vue-visibility-trigger/issues"
35+
},
36+
"homepage": "https://github.com/shwilliam/vue-visibility-trigger#readme",
2037
"dependencies": {},
2138
"devDependencies": {
2239
"minimist": "^1.2.0",

0 commit comments

Comments
 (0)