envapt 1.0.1 → 1.0.2

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,13 +50,13 @@ A powerful TypeScript-first environment configuration library that provides type
50
50
 
51
51
  ```bash
52
52
  # npm
53
- npm install envapt reflect-metadata
53
+ npm install envapt
54
54
 
55
55
  # pnpm
56
- pnpm add envapt reflect-metadata
56
+ pnpm add envapt
57
57
 
58
58
  # yarn
59
- yarn add envapt reflect-metadata
59
+ yarn add envapt
60
60
  ```
61
61
 
62
62
  ### Basic Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "envapt",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "The apt way to handle env",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",