@smallwei/avue 3.1.2 → 3.1.4
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/avue.js +38 -50
- package/lib/avue.min.js +3 -3
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smallwei/avue",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.4",
|
4
4
|
"description": "A Magic Configurable Web Framework",
|
5
5
|
"main": "lib/avue.min.js",
|
6
6
|
"unpkg": "lib/avue.min.js",
|
@@ -19,14 +19,14 @@
|
|
19
19
|
],
|
20
20
|
"repository": {
|
21
21
|
"type": "git",
|
22
|
-
"url": "git+https://gitee.com/
|
22
|
+
"url": "git+https://gitee.com/baozer/avue.git"
|
23
23
|
},
|
24
|
-
"author": "smallwei",
|
24
|
+
"author": "baozer (source:smallwei)",
|
25
25
|
"license": "MIT",
|
26
26
|
"bugs": {
|
27
|
-
"url": "https://gitee.com/
|
27
|
+
"url": "https://gitee.com/baozer/avue/issues"
|
28
28
|
},
|
29
|
-
"homepage": "https://gitee.com/
|
29
|
+
"homepage": "https://gitee.com/baozer/avue/blob/master/README.md",
|
30
30
|
"devDependencies": {
|
31
31
|
"@babel/cli": "^7.12.1",
|
32
32
|
"@babel/core": "^7.11.4",
|