env-create
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -11,3 +11,3 @@ const fs = require('fs') | ||
* code can rely on the environment variables existing. | ||
* @param {Object<path, encoding>} options | ||
* @param {{path:string, encoding:string} options | ||
*/ | ||
@@ -14,0 +14,0 @@ const load = (options) => { |
{ | ||
"name": "env-create", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Read in a .env.json file that contains valid JSON and assign top level properties to environment variables", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
9216