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

Commit eb985ac

Browse files
System AdministratorSystem Administrator
authored andcommitted
chore: update readme table script
1 parent e07d2a4 commit eb985ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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, '../../packages/nuxt-ui-vue/package.json') // Adjust the path based on your project structure
6+
const packageJsonPath = path.join(__dirname, '../../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

packages/nuxt-ui-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-ui-vue",
3-
"version": "0.0.8",
3+
"version": "0.0.7",
44
"private": false,
55
"exports": {
66
".": {
@@ -68,4 +68,4 @@
6868
"publishConfig": {
6969
"access": "public"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)