Skip to content

Commit

Permalink
removiong vue-star-rating
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoDinho committed Aug 4, 2020
1 parent 62406c4 commit 2f80700
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"vue": "^2.6.11",
"vue-apollo": "^3.0.0-beta.11",
"vue-router": "^3.2.0",
"vue-star-rating": "^1.6.1",
"vue-stripe-elements-plus": "^0.3.2"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Vue from "vue";
import App from "./App.vue";
import router from "./router";
import { Tabs, Rate } from "ant-design-vue";
import StarRating from "vue-star-rating";
import { createProvider } from "./vue-apollo";

import "./assets/tailwind.css";
Expand All @@ -12,7 +11,6 @@ Vue.config.productionTip = false;
Vue.use(Tabs);
Vue.use(Rate);

Vue.component("star-rating", StarRating);
new Vue({
router,
apolloProvider: createProvider(),
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11527,11 +11527,6 @@ vue-router@^3.2.0:
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.3.4.tgz#4e38abc34a11c41b6c3d8244449a2e363ba6250b"
integrity sha512-SdKRBeoXUjaZ9R/8AyxsdTqkOfMcI5tWxPZOUX5Ie1BTL5rPSZ0O++pbiZCeYeythiZIdLEfkDiQPKIaWk5hDg==

vue-star-rating@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/vue-star-rating/-/vue-star-rating-1.6.1.tgz#160cf66e6af4597180fd2552df5d03d590ec40d4"
integrity sha512-JSmVx16rcxyw4Ma6YQ5DnIExyjF4IFf/ypxh3zfmtFZzE/hjswDT0fLn1vF4ERxDbAp0nHA3u51BYFbA8gyYyQ==

vue-stripe-elements-plus@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/vue-stripe-elements-plus/-/vue-stripe-elements-plus-0.3.2.tgz#9b3835e1c61048a1405798ded66abe09f9d38084"
Expand Down

0 comments on commit 2f80700

Please sign in to comment.