-
-
Notifications
You must be signed in to change notification settings - Fork 867
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow importing config method directly in es6 closes #163
- Loading branch information
Showing
5 changed files
with
67 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ language: node_js | |
node_js: | ||
- 4 | ||
- 6 | ||
- 7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -165,7 +165,6 @@ for (var k in envConfig) { | |
} | ||
``` | ||
|
||
|
||
### Can I customize/write plugins for dotenv? | ||
|
||
For `[email protected]`: Yes. `dotenv.config()` now returns an object representing | ||
|
@@ -185,7 +184,6 @@ For `[email protected]`: Use [dotenv-expand](https://github.com/motdotla/dotenv-expan | |
|
||
For `[email protected]`: We haven't been presented with a compelling use case for expanding variables and believe it leads to env vars that are not "fully orthogonal" as [The Twelve-Factor App](http://12factor.net/config) outlines.<sup>[[1](https://github.com/motdotla/dotenv/issues/39)][[2](https://github.com/motdotla/dotenv/pull/97)]</sup> Please open an issue if you have a compelling use case. | ||
|
||
|
||
## Contributing Guide | ||
|
||
See [CONTRIBUTING.md](CONTRIBUTING.md) | ||
|
@@ -202,7 +200,6 @@ See [LICENSE](LICENSE) | |
|
||
Here's just a few of many repositories using dotenv: | ||
|
||
* [npm](https://github.com/npm/newww) | ||
* [jaws](https://github.com/jaws-framework/jaws-core-js) | ||
* [node-lambda](https://github.com/motdotla/node-lambda) | ||
* [resume-cli](https://www.npmjs.com/package/resume-cli) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters