pamelafox / lscache

A localStorage-based memcache-inspired client-side caching library.
Other
1.46k stars 160 forks source link

register package on bower #67

Open cbfranca opened 7 years ago

pamelafox commented 7 years ago

I just ran bower register to see what'd happen, and it takes issue with the bower.json:

bower lscache# invalid-meta The "main" field cannot contain minified files bower lscache# invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["lscache.min.js","lscache.js"]

I'm not sure if there's a reason we need to have both in that array for some other reason. @MathieuLoutre , do you know?

MathieuLoutre commented 7 years ago

No reasons that I can see now. I guess we can just remove the minified one and release/tag a new version. That should clean up the warnings.