Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/preload-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla authored Mar 11, 2022
2 parents 62a98bf + 96090dd commit 0ba0c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function () {
const { expand: dotenvExpand } = require('./lib/main')
const dotenvExpand = require('./lib/main').expand

const env = require('dotenv').config()

Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotenv-expand",
"version": "8.0.1",
"version": "8.0.2",
"description": "Expand environment variables using dotenv",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit 0ba0c96

Please sign in to comment.