Skip to content

Commit ca1e5d1

Browse files
committed
feat(package.json): remove fastclick
1 parent 02c4eff commit ca1e5d1

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"dependencies": {
1414
"animate.css": "^3.5.2",
1515
"babel": "^6.23.0",
16-
"fastclick": "^1.0.6",
1716
"font-awesome": "^4.7.0",
1817
"mini-css-extract-plugin": "^0.6.0",
1918
"opencollective": "^1.0.3",

src/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'ratchet-npm/dist/css/ratchet.css'; // get ratchet
22
import 'font-awesome/css/font-awesome.css'; // get font-awesome
33
import 'animate.css/animate.css'; // get animate.css
44

5-
import FastClick from 'fastclick';
5+
// import FastClick from 'fastclick';
66
import Vue from 'vue'; // get vue
77
import VueProgressBar from 'vue-progressbar'; // get vue-progressbar
88
import InfiniteScroll from 'vue-infinite-scroll'; // get vue-infinite-scroll
@@ -11,7 +11,7 @@ import App from './app.vue'; // get root module
1111
import router from './router';
1212
import store from './store'; // get vuex -> store
1313

14-
FastClick.attach(document.body); // init fastclick
14+
// FastClick.attach(document.body); // init fastclick
1515
const options = {
1616
color: '#fff',
1717
failedColor: '#874b4b',

yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,10 +2225,6 @@ fast-json-stable-stringify@^2.0.0:
22252225
version "2.0.0"
22262226
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
22272227

2228-
fastclick@^1.0.6:
2229-
version "1.0.6"
2230-
resolved "https://registry.yarnpkg.com/fastclick/-/fastclick-1.0.6.tgz#161625b27b1a5806405936bda9a2c1926d06be6a"
2231-
22322228
faye-websocket@^0.10.0:
22332229
version "0.10.0"
22342230
resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4"

0 commit comments

Comments
 (0)