Moved to velocity-animate scrolling
... | ... | @@ -4,9 +4,12 @@ |
"main": "index.js", | ||
"private": true, | ||
"dependencies": { | ||
"smoothscroll-polyfill": "^0.4.3" | ||
"smoothscroll-polyfill": "^0.4.3", | ||
"velocity-animate": "^1.5.1" | ||
}, | ||
"browserify": { | ||
"transform": ["babelify"] | ||
"transform": [ | ||
"babelify" | ||
] | ||
} | ||
} |
Please register or sign in to comment