sivadass / react-shopping-cart

Easily integrate React Shopping Cart into your existing website without using Redux.
https://sivadass.github.io/react-shopping-cart/
MIT License
578 stars 262 forks source link

Fix import on case-sensitive file system #4

Closed drewvolz closed 7 years ago

drewvolz commented 7 years ago

Chromium on Ubuntu could not import the Counter class as it was looking for a lowercased file which did not exist. This fixes that by respecting case-sensitive file systems.

sivadass commented 7 years ago

Thanks for your pull request man, am merging it to master.