Skip to content

Commit

Permalink
[Fix] move loose-envify back to production deps, for browerify usage
Browse files Browse the repository at this point in the history
Fixes #203
  • Loading branch information
ljharb committed Feb 12, 2019
1 parent 181d8c9 commit 32114d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,6 +25,7 @@
},
"homepage": "https://facebook.github.io/react/",
"dependencies": {
"loose-envify": "^1.4.0",
"object-assign": "^4.1.1",
"react-is": "^16.8.1"
},
Expand All @@ -45,7 +46,6 @@
"bundle-collapser": "^1.2.1",
"eslint": "^5.13.0",
"jest": "^19.0.2",
"loose-envify": "^1.4.0",
"react": "^15.5.1",
"uglifyify": "^3.0.4",
"uglifyjs": "^2.4.10"
Expand Down

2 comments on commit 32114d3

@skrcode
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. Many of the packages were breaking because of this. It would be great if this could be released as quickly as possible.

@ljharb
Copy link
Collaborator Author

@ljharb ljharb commented on 32114d3 Feb 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v15.7.2 is released; please file an issue if you see any problems!

Please sign in to comment.