Skip to content

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajm13 committed Nov 21, 2021
1 parent 9fe5613 commit 360dbb2
Show file tree
Hide file tree
Showing 3 changed files with 2,277 additions and 2,392 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"dependencies": {
"vue": "^2.6.10",
"vue-analytics": "^5.16.4",
"vue-lorem-ipsum": "^0.0.1",
"vue-router": "^3.0.2",
"vuex": "^3.1.0"
},
Expand All @@ -19,7 +18,7 @@
"@vue/cli-service": "^3.5.3",
"@vue/eslint-config-prettier": "^4.0.1",
"image-webpack-loader": "^4.6.0",
"node-sass": "^4.11.0",
"sass": "^1.43.4",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
Expand Down
3 changes: 0 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import store from './store'
import VueAnalytics from 'vue-analytics'
import PageViewTime from './plugins/PageViewTime'

import LoremIpsum from 'vue-lorem-ipsum'
import rave from '@/components/rave'

Vue.component('lorem', LoremIpsum)
Vue.component('rave', rave)

Vue.config.productionTip = false
Expand Down
Loading

0 comments on commit 360dbb2

Please sign in to comment.