std-env 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -64,7 +64,7 @@ var env = {
64
64
 
65
65
  // Compute minimal
66
66
  env.minimal = minimal || env.ci || env.test || !env.tty
67
- emv.minimalCLI = env.minimal
67
+ env.minimalCLI = env.minimal
68
68
 
69
69
  // Export env
70
70
  module.exports = Object.freeze(env)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "std-env",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Detect running environment of the current Node.js process",
5
5
  "license": "MIT",
6
6
  "main": "index.js",