Skip to content

Commit

Permalink
Bring back PNG file and move SVG icon to root
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Aug 26, 2022
1 parent 08f94ee commit 591604f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmignore
@@ -1,7 +1,6 @@
.nyc_output/
examples/
flow-typed/
media/
tests/
types/
.editorconfig
Expand All @@ -10,3 +9,5 @@ types/
.travis.yml
appveyor.yml
CONTRIBUTING.md
dotenv.png
dotenv.svg
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

# dotenv

<img src="https://raw.githubusercontent.com/motdotla/dotenv/master/media/dotenv.svg" alt="dotenv" align="right" />
<img src="https://raw.githubusercontent.com/motdotla/dotenv/master/dotenv.svg" alt="dotenv" align="right" />

Dotenv is a zero-dependency module that loads environment variables from a `.env` file into [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env). Storing configuration in the environment separate from code is based on [The Twelve-Factor App](http://12factor.net/config) methodology.

Expand Down
Binary file added dotenv.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 591604f

Please sign in to comment.