env-latest 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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -1
  3. package/.env +0 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # env-latest 🟢
1
+ # env-latest
2
2
 
3
3
  A dead-simple, blazing-fast CLI tool to ensure your local `.env` file is always in sync with `.env.example`. Stop fighting with "missing environment variable" crashes in production!
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "env-latest",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -12,6 +12,14 @@
12
12
  "bin": {
13
13
  "env-latest": "./index.js"
14
14
  },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/gaweki/env-latest.git"
18
+ },
19
+ "bugs": {
20
+ "url": "https://github.com/gaweki/env-latest/issues"
21
+ },
22
+ "homepage": "https://github.com/gaweki/env-latest#readme",
15
23
  "dependencies": {
16
24
  "dotenv": "^17.3.1"
17
25
  }
package/.env DELETED
@@ -1 +0,0 @@
1
- DB_HOST=127.0.0.1