Merge pull request #241 from bigchaindb/fix/smooth-scroll

Fix smooth scroll
This commit is contained in:
Matthias Kretschmann 2018-05-22 14:56:49 +02:00 committed by GitHub
commit eecf68c676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
//=include svg4everybody/dist/svg4everybody.js
//=include jquery/dist/jquery.js
//=include smooth-scroll/dist/js/smooth-scroll.js
//=include smooth-scroll/dist/smooth-scroll.js
//=include cookies-eu-banner/dist/cookies-eu-banner.js
//=include bigchain/analytics.js

View File

@ -36,7 +36,7 @@
"parsleyjs": "^2.8.1",
"popper.js": "^1.14.3",
"select2": "^4.0.5",
"smooth-scroll": "^14.0.0",
"smooth-scroll": "^14.2.0",
"svg4everybody": "^2.1.9",
"textarea-autogrow": "^1.0.0",
"vivus": "^0.4.3"