nero-env 0.1.1 → 0.1.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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,10 @@ Clear output. No configuration. Safe by default.
12
12
 
13
13
  ## Example
14
14
 
15
- ![nero-env output](assets/nero-env-preview.png)
15
+ <img
16
+ src="https://raw.githubusercontent.com/alcanivorax/nero-env/main/assets/nero-env-preview.png"
17
+ width="700"
18
+ />
16
19
 
17
20
  ## Installation
18
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nero-env",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Validate and compare .env files",
5
5
  "bin": {
6
6
  "nero-env": "dist/index.js"