@lykmapipo/env
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@lykmapipo/env", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Helper utilities for accessing environment variables", | ||
@@ -38,3 +38,2 @@ "main": "index.js", | ||
"chai": "^4.2.0", | ||
"dotenv": "^6.0.0", | ||
"grunt": "^1.0.3", | ||
@@ -49,5 +48,7 @@ "grunt-contrib-jshint": "^2.0.0", | ||
"peerDependencies": { | ||
"dotenv": "^6.0.0", | ||
"lodash": "^4.17.11" | ||
}, | ||
"dependencies": { | ||
"dotenv": "^6.0.0" | ||
}, | ||
"engines": { | ||
@@ -54,0 +55,0 @@ "node": ">=8.11.1", |
@@ -18,3 +18,3 @@ # env | ||
```sh | ||
npm install --save dotenv lodash @lykmapipo/env | ||
npm install --save lodash @lykmapipo/env | ||
``` | ||
@@ -21,0 +21,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
8
7168
+ Addeddotenv@^6.0.0