@danielszlaski/envguard 0.1.2 → 0.1.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
- # EnvGuard
1
+ # EnvGuard CLI
2
+ **Static Analysis for Environment Variables**
2
3
 
3
4
  Keep your environment variables in sync with your codebase.
4
5
 
6
+
5
7
  ## The Problem
6
8
 
7
9
  - `.env.example` is always out of sync with actual `.env`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielszlaski/envguard",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "CLI tool to keep environment variables in sync with your codebase",
5
5
  "main": "dist/index.js",
6
6
  "bin": {