Skip to content

Commit e44d9aa

Browse files
iansugaearon
authored andcommitted
Update dotenv-expand to fix bug with environment variables that contain a $. (facebook#4000)
1 parent 609a716 commit e44d9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"chalk": "1.1.3",
3333
"css-loader": "0.28.7",
3434
"dotenv": "4.0.0",
35-
"dotenv-expand": "4.0.1",
35+
"dotenv-expand": "4.2.0",
3636
"eslint": "4.10.0",
3737
"eslint-config-react-app": "^2.1.0",
3838
"eslint-loader": "1.9.0",

0 commit comments

Comments
 (0)