We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35b6a9 commit 9a3f955Copy full SHA for 9a3f955
2 files changed
README.md
@@ -1,3 +1,5 @@
1
+<img src="https://dotenvx.com/dotenv-banner.png" alt="dotenvx" />
2
+
3
# dotenv [](https://www.npmjs.com/package/dotenv) [](https://www.npmjs.com/package/dotenv)
4
5
<img src="https://raw.githubusercontent.com/motdotla/dotenv/master/dotenv.svg" alt="dotenv" align="right" width="200" />
lib/main.js
@@ -2,9 +2,6 @@ const fs = require('fs')
const path = require('path')
const os = require('os')
const crypto = require('crypto')
-const packageJson = require('../package.json')
6
-
7
-const version = packageJson.version
8
9
// Array of tips to display randomly
10
const TIPS = [
0 commit comments