From 41172bd1bf2a8e592bbd5b288b8468f492be643d Mon Sep 17 00:00:00 2001 From: Selemondev Date: Fri, 18 Aug 2023 17:26:31 +0300 Subject: [PATCH] chore(app): update nuxt-ui-vue version --- .github/scripts/update-readme-table.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/update-readme-table.js b/.github/scripts/update-readme-table.js index cfd2a20..b441ab7 100755 --- a/.github/scripts/update-readme-table.js +++ b/.github/scripts/update-readme-table.js @@ -3,7 +3,7 @@ const fs = require('node:fs') const path = require('node:path') -const packageJsonPath = path.join(__dirname, '../../package.json') // Adjust the path based on your project structure +const packageJsonPath = path.join(__dirname, '../../packages/nuxt-ui-vue/package.json') // Adjust the path based on your project structure const readmePath = path.join(__dirname, '../../README.md') // Read the package.json file diff --git a/package.json b/package.json index 07865df..b1e0c6f 100755 --- a/package.json +++ b/package.json @@ -44,4 +44,4 @@ "pnpm lint:fix" ] } -} \ No newline at end of file +}