From ea75b3f68c31992b83a61e37e07be93cfe99c492 Mon Sep 17 00:00:00 2001 From: cp-dharti-r Date: Thu, 11 Jan 2024 14:28:57 +0530 Subject: [PATCH] Remove unnecessary dependency --- react/README.md | 3 +-- vue/README.md | 1 - vue/examples/demo/package.json | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/react/README.md b/react/README.md index 22a3726..8f41f88 100644 --- a/react/README.md +++ b/react/README.md @@ -23,8 +23,7 @@ Follow below instructions to configure this package into your project. Before you begin, make sure you have the following software installed: - [Node.js](https://nodejs.org/) - v20.x -- React with Next.js -- sass +- React ### Installation diff --git a/vue/README.md b/vue/README.md index e88957e..99e914c 100644 --- a/vue/README.md +++ b/vue/README.md @@ -24,7 +24,6 @@ Before you begin, make sure you have the following software installed: - [Node.js](https://nodejs.org/) - v20.x - Vue3 -- sass ### Installation diff --git a/vue/examples/demo/package.json b/vue/examples/demo/package.json index 52874e7..8c2455d 100644 --- a/vue/examples/demo/package.json +++ b/vue/examples/demo/package.json @@ -28,7 +28,6 @@ "eslint-plugin-vue": "^9.17.0", "npm-run-all2": "^6.1.1", "prettier": "^3.0.3", - "sass": "^1.69.5", "typescript": "~5.2.0", "vite": "^4.4.11", "vue-tsc": "^1.8.19"