Skip to content

Commit 7529023

Browse files
committed
Update repo
1 parent 974326c commit 7529023

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/changePackageName.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require("fs");
22

33
let package = fs.readFileSync("./package.json", 'utf-8');
44
let packageJson = JSON.parse(package);
5-
packageJson.name = "@Jiaocz/ovx";
5+
packageJson.name = "@ovx-js/ovx";
66
package = JSON.stringify(packageJson);
7-
console.log(package);
7+
// console.log(package);
88
fs.writeFileSync("./package.json", package, 'utf-8');

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OVX 🍊 [![Build Test](https://github.com/Jiaocz/ovx/actions/workflows/build-test.yml/badge.svg)](https://github.com/Jiaocz/ovx/actions/workflows/build-test.yml)
1+
# OVX 🍊 [![Build Test](https://github.com/ovx-js/ovx/actions/workflows/build-test.yml/badge.svg)](https://github.com/ovx-js/ovx/actions/workflows/build-test.yml)
22
O̲rangii V̲ue Ex̲ample
33
一个可以帮助生成Vue模板的Cli工具
44

@@ -22,4 +22,4 @@ npx ovx@latest
2222
```shell
2323
npm i ovx@latest -g
2424
ovx
25-
```
25+
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ovx",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Orangii's Vue Example, used to quickly generate a template with vus-ts + vue-router + Element Plus/Ant Design.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"email": "[email protected]",
3030
"url": "https://orangii.cn"
3131
},
32-
"repository": "git://github.com/Jiaocz/ovx.git",
32+
"repository": "git://github.com/ovx-js/ovx.git",
3333
"homepage": "https://ovx.js.cn/",
3434
"license": "MIT",
3535
"devDependencies": {

0 commit comments

Comments
 (0)