Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-proxy-loader",
"version": "0.3.0",
"version": "0.3.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

Lets go to 0.4.0 for [email protected]. That will give us space to have 0.3.1 for bug fixes on [email protected]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're totally right, plus it does affect behaviour external to the project so it should be a minor at least.

"description": "Dynamically load react-router components on-demand",
"main": "index.js",
"scripts": {
Expand All @@ -26,6 +26,6 @@
},
"homepage": "https://github.com/odysseyscience/react-router-proxy-loader",
"peerDependencies": {
"react-router": "^0.13.0"
"react-router": "^1.0.0-rc1"
}
}