Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 32114d3

Browse files
committed
[Fix] move loose-envify back to production deps, for browerify usage
Fixes #203
1 parent 181d8c9 commit 32114d3

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
@@ -25,6 +25,7 @@
2525
},
2626
"homepage": "https://facebook.github.io/react/",
2727
"dependencies": {
28+
"loose-envify": "^1.4.0",
2829
"object-assign": "^4.1.1",
2930
"react-is": "^16.8.1"
3031
},
@@ -45,7 +46,6 @@
4546
"bundle-collapser": "^1.2.1",
4647
"eslint": "^5.13.0",
4748
"jest": "^19.0.2",
48-
"loose-envify": "^1.4.0",
4949
"react": "^15.5.1",
5050
"uglifyify": "^3.0.4",
5151
"uglifyjs": "^2.4.10"

0 commit comments

Comments
 (0)