Comparing version 8.5.1 to 8.6.0
@@ -5,2 +5,8 @@ # Changelog | ||
## [8.6.0](https://github.com/motdotla/dotenv/compare/v8.5.1...v8.6.0) (2021-05-05) | ||
### Added | ||
- define package.json in exports | ||
## [8.5.1](https://github.com/motdotla/dotenv/compare/v8.5.0...v8.5.1) (2021-05-05) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "dotenv", | ||
"version": "8.5.1", | ||
"version": "8.6.0", | ||
"description": "Loads environment variables from .env file", | ||
@@ -8,3 +8,4 @@ "main": "lib/main.js", | ||
".": "./lib/main.js", | ||
"./config": "./config.js" | ||
"./config": "./config.js", | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -11,0 +12,0 @@ "types": "types/index.d.ts", |
@@ -0,1 +1,3 @@ | ||
**Announcement 📣** - From the makers that brought you .env, introducing [.env.me](http://npmjs.org/package/dotenv-me). Sync your .env files across machines. [Join the early access list.](https://me.dotenv.org/) | ||
# dotenv | ||
@@ -2,0 +4,0 @@ |
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
23876
274