@qse/edu-scripts 1.12.0 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -6
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  svn://192.168.10.168/edu/code/A0.New-system/0A2.front-end-component/edu-scripts/trunk
4
4
 
5
+ <Alert>内网里的 @qsb/edu-scripts 已经弃用,请更换成公网的 @qse/edu-scripts </Alert>
6
+
5
7
  ## 运行条件
6
8
 
7
9
  nodejs 版本至少 12+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qse/edu-scripts",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "author": "Kinoko",
5
5
  "license": "MIT",
6
6
  "description": "教育工程化基础框架",
@@ -19,15 +19,11 @@
19
19
  "postversion": "npm run release",
20
20
  "test": "jest"
21
21
  },
22
- "homepage": "http://www.zhidianbao.cn:8088/qsxxwapdev/edu-scripts/",
22
+ "homepage": "http://192.168.10.19:3339/qsxxwapdev/edu-scripts/",
23
23
  "publishConfig": {
24
24
  "registry": "https://registry.npmjs.org/",
25
25
  "access": "public"
26
26
  },
27
- "repository": {
28
- "type": "svn",
29
- "url": "svn://192.168.10.168/edu/code/A0.New-system/0A2.front-end-component/edu-scripts"
30
- },
31
27
  "bin": {
32
28
  "edu-scripts": "lib/cli.js",
33
29
  "edu": "lib/cli.js"