@zhaoyifannan/avue 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -15,11 +15,11 @@
15
15
 
16
16
  ## 文档
17
17
 
18
- 要查看[Live Examples](https://avuejs.com/doc/installation)和文档,请访问[https://avuejs.com](https://avuejs.com).
18
+ [//]: # (要查看[Live Examples](https://avuejs.com/doc/installation)和文档,请访问[https://avuejs.com](https://avuejs.com).)
19
19
 
20
20
  ## 问答
21
21
 
22
- 有关问题和支持,请使用[issues](https://gitee.com/smallweigit/avue/issues)或加入QQ群606410437.
22
+ [//]: # (有关问题和支持,请使用[issues](https://gitee.com/smallweigit/avue/issues)或加入QQ群606410437.)
23
23
 
24
24
  ## issues
25
25
 
@@ -27,10 +27,10 @@
27
27
 
28
28
  ## Changelog
29
29
 
30
- [发行说明](https://gitee.com/smallweigit/avue/releases)中记录了每个版本的详细更改。
30
+ [//]: # ([发行说明](https://gitee.com/smallweigit/avue/releases)中记录了每个版本的详细更改。)
31
31
 
32
32
  ## License
33
33
 
34
34
  [MIT](http://opensource.org/licenses/MIT)
35
35
 
36
- Copyright (c) 2017-present, Smallwei
36
+ Copyright (c) 2024-present, Tantanzi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhaoyifannan/avue",
3
- "version": "1.0.0",
3
+ "version": "1.0.01",
4
4
  "private": false,
5
5
  "description": "A Magic Configurable Web Framework",
6
6
  "main": "lib/avue.min.js",
@@ -25,14 +25,14 @@
25
25
  ],
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "git+https://gitee.com/smallweigit/avue.git"
28
+ "url": "git@github.com:zhaoyifan-admin/Avue.git"
29
29
  },
30
30
  "author": "tantanzi",
31
31
  "license": "MIT",
32
32
  "bugs": {
33
- "url": "https://gitee.com/smallweigit/avue/issues"
33
+ "url": "https://github.com/zhaoyifan-admin/Avue/issues"
34
34
  },
35
- "homepage": "https://gitee.com/smallweigit/avue/blob/master/README.md",
35
+ "homepage": "https://github.com/zhaoyifan-admin/Avue/blob/2.x/README.md",
36
36
  "devDependencies": {
37
37
  "axios": "^0.21.1",
38
38
  "@babel/core": "^7.13.14",