Skip to content

Commit 7989204

Browse files
Final cosmetic changes
1 parent 1f80d0d commit 7989204

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 🧹 | .env cleaner
22

3+
<a href="https://www.npmjs.com/env-cleaner" target="_blank"><img src="https://img.shields.io/npm/v/env-cleaner.svg" alt="NPM Version" /></a>
4+
<a href="https://www.npmjs.com/env-cleaner" target="_blank"><img src="https://img.shields.io/npm/dm/env-cleaner.svg" alt="NPM Downloads" /></a>
5+
36
This package allows you to simply manage your .env variables seeminglessly between your .example.env file.
47
To get started install this package using npm `npm install -g env-cleaner`, and then run the following command: `env-cleaner checkEnv`.
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "env-cleaner",
3-
"version": "1.0.8",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "dist/core/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)