acdlite / redux-router

Redux bindings for React Router – keep your router state inside your Redux store
MIT License
2.3k stars 216 forks source link

Breaking change in 2.1.0 #263

Closed catamphetamine closed 8 years ago

catamphetamine commented 8 years ago

I've just tried the new 2.1.0 and it introduced a breaking change - there's no more redux-router/server https://npmcdn.com/redux-router@2.0.0/server.js

I used to use match and reduxReactRouter from that module. Is there a possibility to get these two functions in 2.1.0?

Scarysize commented 8 years ago

This just has to be an issue with the updated build tasks. I will look into it.

EDIT: see https://github.com/acdlite/redux-router/pull/258

Maybe you can spot the error real quick.

catamphetamine commented 8 years ago

Well, the scripts are as they were but it's the added files property. https://docs.npmjs.com/files/package.json#files It simply misses server.js, so it gets npmignored. Try to add it there and republish as a bigfix.

catamphetamine commented 8 years ago

I don't know why was that files field introduced in the first place. Usually everyone goes with .npmignore.

Scarysize commented 8 years ago

To work with npmcdn.com

Scarysize commented 8 years ago

Published v2.1.1