TinyColor icon indicating copy to clipboard operation
TinyColor copied to clipboard

HTML in npm package causes errors in React Native environment

Open josvos opened this issue 8 years ago • 1 comments

Hi,

When doing npm install --save tinycolor2 in my React-Native enviroment I get 12 errors of the form node_modules/tinycolor2/test/index.html: Unexpected token (1:1). After installing, TinyColor seems to work fine though... Can't this index.html just be left out from the npm package?

josvos avatar Dec 01 '16 11:12 josvos

I don't see those errors in a local build. I don't see why the package needs to include index.html or any other file than tinycolor.js and tinycolor-min.js though

bgrins avatar Dec 14 '16 23:12 bgrins