wrap-env 16.3.4 → 16.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/main.js +1 -1
  2. package/package.json +1 -1
package/lib/main.js CHANGED
@@ -3,7 +3,7 @@ const path = require("path");
3
3
  const os = require("os");
4
4
  const crypto = require("crypto");
5
5
  const packageJson = require("../package.json");
6
- const get = require("./sys.env");
6
+ const get = require("./sys");
7
7
 
8
8
  const version = packageJson.version;
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wrap-env",
3
- "version": "16.3.4",
3
+ "version": "16.3.5",
4
4
  "description": "Loads environment variables from .env file",
5
5
  "main": "lib/main.js",
6
6
  "types": "lib/main.d.ts",