jwt-ui 1.0.0 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jwt-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "lib/jwt-ui.umd.min.js",
@@ -15,11 +15,20 @@
15
15
  "dev": "vue-cli-service serve --open",
16
16
  "build": "vue-cli-service build",
17
17
  "lint": "vue-cli-service lint",
18
- "build-lib": "vue-cli-service build --target lib --name jwt-ui --dest lib src/packages/index.js"
18
+ "lib": "vue-cli-service build --target lib --name jwt-ui --dest lib src/packages/index.js",
19
+ "clear": "npm cache clean -f&&rimraf node_modules&&npm i --registry=https://registry.npm.taobao.org",
20
+ "use:npm": "nrm use npm",
21
+ "use:taobao": "nrm use taobao"
22
+ },
23
+ "peerDependencies": {
24
+ "element-plus": "^2.2.0",
25
+ "vue": "^3.2.0",
26
+ "remixicon": "^2.5.0"
19
27
  },
20
28
  "dependencies": {
21
29
  "core-js": "^3.6.5",
22
- "vue": "^3.0.0"
30
+ "element-plus": "^2.2.0",
31
+ "remixicon": "^2.5.0"
23
32
  },
24
33
  "devDependencies": {
25
34
  "@vue/cli-plugin-babel": "~4.5.0",