File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments