sks-plugin-el-erp 1.0.4-beta.3 → 1.0.4

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.
package/README.md CHANGED
@@ -7,20 +7,8 @@ npm publish
7
7
  ```
8
8
 
9
9
  ## 测试版
10
-
11
- ```json
12
- {
13
- "version": "1.0.4-beta.2",
14
- "package.json": "发布时文件中的版本号,下个测试版最后面的版本号+1,例如 1.0.4-beta.3"
15
- }
16
- ```
17
- ### 发布测试版
18
- ```shell
19
- npm publish --tag beta1
20
- ```
21
- ### 按照测试版
22
10
  ```shell
23
- npm install sks-plugin-el-erp@beta1
11
+ npm publish --tag beta
24
12
  ```
25
13
 
26
14
  ## 撤销发布包
@@ -8,7 +8,7 @@
8
8
  </template>
9
9
 
10
10
  <script>
11
- import {formatOssUrl} from "../../../core.js";
11
+ import {formatOssUrl} from "/lib/core";
12
12
 
13
13
  export default {
14
14
  name: "SksImageUseImgUrl",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sks-plugin-el-erp",
3
- "version": "1.0.4-beta.3",
3
+ "version": "1.0.4",
4
4
  "description": "用于erp的element扩展",
5
5
  "main": "index.js",
6
6
  "author": "shoukaiseki",
@@ -13,10 +13,6 @@
13
13
  },
14
14
  "license": "MIT",
15
15
  "devDependencies": {
16
- "node-scss": "7.0.3",
17
- "sass": "1.54.8",
18
- "sass-loader": "13.0.2",
19
- "sortablejs": "1.15.0",
20
16
  "@vue/component-compiler-utils": "3.3.0",
21
17
  "@vuepress/markdown": "1.9.7",
22
18
  "@vuepress/plugin-active-header-links": "2.0.0-beta.36",
@@ -33,5 +29,10 @@
33
29
  "vuepress": "1.9.7",
34
30
  "vuepress-plugin-demo-container": "0.2.0"
35
31
  },
36
- "dependencies": {}
32
+ "dependencies": {
33
+ "node-scss": "^7.0.3",
34
+ "sass": "^1.54.8",
35
+ "sass-loader": "^13.0.2",
36
+ "sortablejs": "^1.15.0"
37
+ }
37
38
  }