burakcan / react-snowstorm

A Snow Effect component for React.
http://burakcan.github.io/react-snowstorm
GNU General Public License v3.0
224 stars 25 forks source link

Reference error #6

Closed isaachinman closed 7 years ago

isaachinman commented 7 years ago

I guess it's that time of year, where clients make stupid requests and such a component becomes necessary.

Line 25 of lib/index.js via the npm package reads:

var _snowStormJs = require('./snowStorm.js')

When, in fact, the file is called snowstorm.js (no camel case). Quick fix if anyone still maintains this.

burakcan commented 7 years ago

Thank you for reporting @isaachinman . This should be fixed on 0.0.2

isaachinman commented 7 years ago

No problem. Happy Christmas.