diff --git a/package.json b/package.json index b526a5c..a8ad500 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "dependencies": { "animate.css": "^3.5.2", "babel": "^6.23.0", - "fastclick": "^1.0.6", "font-awesome": "^4.7.0", "mini-css-extract-plugin": "^0.6.0", "opencollective": "^1.0.3", diff --git a/src/app.js b/src/app.js index 539d73b..4ec9eff 100644 --- a/src/app.js +++ b/src/app.js @@ -2,7 +2,7 @@ import 'ratchet-npm/dist/css/ratchet.css'; // get ratchet import 'font-awesome/css/font-awesome.css'; // get font-awesome import 'animate.css/animate.css'; // get animate.css -import FastClick from 'fastclick'; +// import FastClick from 'fastclick'; import Vue from 'vue'; // get vue import VueProgressBar from 'vue-progressbar'; // get vue-progressbar import InfiniteScroll from 'vue-infinite-scroll'; // get vue-infinite-scroll @@ -11,7 +11,7 @@ import App from './app.vue'; // get root module import router from './router'; import store from './store'; // get vuex -> store -FastClick.attach(document.body); // init fastclick +// FastClick.attach(document.body); // init fastclick const options = { color: '#fff', failedColor: '#874b4b', diff --git a/yarn.lock b/yarn.lock index b792854..6fb42ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2225,10 +2225,6 @@ fast-json-stable-stringify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" -fastclick@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/fastclick/-/fastclick-1.0.6.tgz#161625b27b1a5806405936bda9a2c1926d06be6a" - faye-websocket@^0.10.0: version "0.10.0" resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4"