RobertFOConnor / react-native-number-ticker

A simple easy-to-use ticker component for animating ticker numbers.
29 stars 15 forks source link

[v0.1.4] Incorrect entry point in package.json #2

Closed ThomasHenrissat closed 5 years ago

ThomasHenrissat commented 5 years ago

Hi, thank you for the rapid fix last time!

There is an issue with the package.json in the last release. You seem to have changed the structure of the module by adding a src folder, but the entry point in the package as not been updated to match that change. The "main" property still points to "index.js" when it should be "src/index.js".

Most likely just a small oversight, but it generates a pretty brutal error ^^

RobertFOConnor commented 5 years ago

One step forward and two steps back.. I'll push the fix later today, thanks again.

RobertFOConnor commented 5 years ago

Fixed!

ThomasHenrissat commented 5 years ago

Ahah it's okay, thank you very much!