Skip to content

Commit

Permalink
feat(package.json): remove fastclick
Browse files Browse the repository at this point in the history
  • Loading branch information
TIGERB committed May 26, 2019
1 parent 02c4eff commit ca1e5d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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',
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ca1e5d1

Please sign in to comment.