@dotenvx/dotenvx
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"name": "@dotenvx/dotenvx", | ||
@@ -4,0 +4,0 @@ "description": "a better dotenv–from the creator of `dotenv`", |
@@ -362,3 +362,3 @@ ![dotenvx](https://dotenvx.com/better-banner.png) | ||
<sub><a href="https://github.com/dotenvx/heroku-buildpack-dotenvx">buildpack docs</a></sub> | ||
[see heroku guide](https://dotenvx.com/docs/platforms/heroku) | ||
@@ -365,0 +365,0 @@ </details> |
@@ -93,3 +93,3 @@ const fs = require('fs') | ||
case 'ENOENT': | ||
logger.warnv(`missing .env file (${filepath})`) | ||
logger.warnv(`missing ${envFilepath} file (${filepath})`) | ||
logger.help(`? in development: add one with [echo "HELLO=World" > .env] and re-run [dotenvx run -- ${commandArgs.join(' ')}]`) | ||
@@ -96,0 +96,0 @@ logger.help('? for production: set [DOTENV_KEY] on your server and re-deploy') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53561