gregwebs / redux-side-effect

simple light-weight side effects for redux
MIT License
27 stars 2 forks source link

Broken code in v2.1.1 #3

Closed glenswift closed 8 years ago

glenswift commented 8 years ago

ES2015 modules haven't been compiled in v2.1.1.

To reproduce issue you should npm install redux-side-effects and confirm that there are export statements in ./lib/index.js.

I've renamed prepublish to build and everything seems to be working fine:

git clone git@github.com:gregwebs/redux-side-effect.git
cd redux-side-effect
npm install
npm run-script build

so I don't know what the problem is. It's probably something with your local babel setup or something.

gregwebs commented 8 years ago

yeah, was a problem with the newer babel version not working

gregwebs commented 8 years ago

2.1.2 is published now, looks better

glenswift commented 8 years ago

It works now. Thanks!