@uni-helper/uni-env 0.0.2 → 0.0.3

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @uni-helper/uni-env
2
2
 
3
- > 检测当前 uni-app 的环境变量
3
+ > uni-app 中优雅的判断当前环境
4
4
 
5
5
  ## 安装
6
6
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@uni-helper/uni-env",
3
3
  "type": "module",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "packageManager": "pnpm@8.1.1",
6
6
  "description": "",
7
7
  "author": "KeJun",
8
8
  "license": "MIT",
9
- "homepage": "https://github.com/kejunmao/@uni-helper/uni-env#readme",
9
+ "homepage": "https://github.com/uni-helper/uni-env#readme",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/kejunmao/@uni-helper/uni-env.git"
12
+ "url": "git+https://github.com/uni-helper/uni-env.git"
13
13
  },
14
- "bugs": "https://github.com/kejunmao/@uni-helper/uni-env/issues",
14
+ "bugs": "https://github.com/uni-helper/uni-env/issues",
15
15
  "keywords": [],
16
16
  "sideEffects": false,
17
17
  "exports": {