Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #499 from y-yagi/remove_smooth_scroll
Browse files Browse the repository at this point in the history
remove smoothscroll
  • Loading branch information
y-yagi committed Apr 21, 2018
2 parents 5f1b5a4 + cc0ed4b commit 2328f59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
//= require moment/locale/ja
//= require fullcalendar/dist/fullcalendar.min
//= require jquery.stellar/jquery.stellar
//= require smoothscroll/smoothscroll.min
//= require_tree ../../../lib/assets/javascripts/common/
//= require turbolinks
//= require_directory .
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
"version": "1.0.0",
"dependencies": {
"bootstrap": "*",
"bootstrap-tagsinput": "*",
"fullcalendar": "*",
"jquery-placeholder": "*",
"jquery.stellar": "*",
"jquery-validate": "*",
"jquery.stellar": "*",
"modernizr": "*",
"moment": "*",
"respond": "*",
"smoothscroll": "*",
"bootstrap-tagsinput": "*"
"respond": "*"
},
"license": "MIT",
"engines": {
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,6 @@ set-blocking@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

smoothscroll@*:
version "0.4.0"
resolved "https://registry.yarnpkg.com/smoothscroll/-/smoothscroll-0.4.0.tgz#40e507b46461408ba1b787d0081e1e883c4124a5"

spdx-correct@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.0.0.tgz#05a5b4d7153a195bc92c3c425b69f3b2a9524c82"
Expand Down

0 comments on commit 2328f59

Please sign in to comment.