Skip to content

Commit 79b1e36

Browse files
committed
added keywords
1 parent 7fe77a8 commit 79b1e36

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "vue-animate-onscroll",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "A simple component that animates element upon scroll",
55
"main": "src/index.js",
66
"author": "yev",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/josephharveyangeles/vue-animate-onscroll"
10+
},
11+
"keywords": ["vue", "scroll", "animate", "reveal"],
712
"license": "MIT",
813
"dependencies": {
914
"waypoints": "^4.0.1"

src/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export default {
22
install(Vue, options) {
3-
3+
Vue.directive('vue-animate-onscroll', {
4+
});
45
}
56
}

src/noframework.waypoints.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)