Skip to content

Commit

Permalink
Re-add module entry to package.json. Fixes #4347
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jan 18, 2017
1 parent 389df9c commit 37dc2fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -10,6 +10,7 @@
"umd"
],
"main": "lib/index",
"module": "es/index",
"jsnext:main": "es/index",
"repository": "ReactTraining/react-router",
"homepage": "https://github.com/ReactTraining/react-router#readme",
Expand All @@ -35,8 +36,8 @@
"history": "^3.0.0",
"hoist-non-react-statics": "^1.2.0",
"invariant": "^2.2.1",
"warning": "^3.0.0",
"loose-envify": "^1.2.0"
"loose-envify": "^1.2.0",
"warning": "^3.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
Expand Down

0 comments on commit 37dc2fe

Please sign in to comment.