@humanwhocodes/env
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@humanwhocodes/env", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A utility to verify that environment variables exist.", | ||
@@ -30,7 +30,8 @@ "main": "dist/env.cjs.js", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.12.0", | ||
"eslint": "^5.16.0", | ||
"esm": "^3.2.25", | ||
"mocha": "^5.2.0", | ||
"rollup": "^1.20.2" | ||
"rollup": "^1.20.3", | ||
"rollup-plugin-babel-minify": "^9.0.0" | ||
} | ||
} |
@@ -11,9 +11,2 @@ # Env utility | ||
## Folder Structure | ||
The most recent packages are found in these directories: | ||
* `src` - the implementation source code | ||
* `tests` - tests for the implementation source code | ||
## Usage | ||
@@ -57,3 +50,11 @@ | ||
It's recommended to import the minified version to save bandwidth: | ||
```js | ||
import { Env } from "https://unpkg.com/@humanwhocodes/env/dist/env.min.js"; | ||
``` | ||
However, you can also import the unminified version for debugging purposes: | ||
```js | ||
import { Env } from "https://unpkg.com/@humanwhocodes/env/dist/env.js"; | ||
@@ -60,0 +61,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
8821
6
118
93
6