dot-env-json
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "dot-env-json", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "package similar to dotenv that reads from JSON file.", | ||
@@ -5,0 +5,0 @@ "homepage": "", |
@@ -31,3 +31,3 @@ ## dotenv-json | ||
## Cross Env | ||
Since this package uses NODE_ENV it is recommended to use the [cross-env](https://github.com/kentcdodds/cross-env) package to set the environment in your run scripts. | ||
Since this package uses NODE_ENV it is recommended to use the [cross-env](https://github.com/kentcdodds/cross-env) package to set the environment in your run scripts | ||
``` | ||
@@ -34,0 +34,0 @@ # gets the json file approot/env.test.json |
4540