Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 41172bd

Browse files
SelemondevSelemondev
authored andcommitted
chore(app): update nuxt-ui-vue version
1 parent eb985ac commit 41172bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/update-readme-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const fs = require('node:fs')
44
const path = require('node:path')
55

6-
const packageJsonPath = path.join(__dirname, '../../package.json') // Adjust the path based on your project structure
6+
const packageJsonPath = path.join(__dirname, '../../packages/nuxt-ui-vue/package.json') // Adjust the path based on your project structure
77
const readmePath = path.join(__dirname, '../../README.md')
88

99
// Read the package.json file

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
"pnpm lint:fix"
4545
]
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)