redux-saga / redux-saga-beginner-tutorial

Redux/Redux-saga beginner tutorial
MIT License
587 stars 544 forks source link

Fix wrong entrypoint in package.json that would cause some environments to crash. #46

Open Soni96pl opened 6 years ago

Soni96pl commented 6 years ago

The original repository cannot be cloned in https://codesandbox.io because of missing lib/index.js file.

The fix is to change main field to point to the right file.