diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-12-16 13:57:57 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-12-16 13:57:57 +0100 |
commit | 31be7d12b8c9b1a2ad163e65808a28656adfbb45 (patch) | |
tree | 55a8d9d2e3e07e658a8d7a85be4926ba0ce75beb /package.json | |
parent | b6542a78c14b3d2e350b6620272a88094abda1c1 (diff) |
add ability to scroll week selector away
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 4e98e6e..a290692 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "lodash": "^4.15.0", "morgan": "~1.7.0", "request": "^2.74.0", + "smoothscroll-polyfill": "^0.3.4", "then-yield": "0.0.1" }, "devDependencies": { |