Nyalab / caniuse-api

request the caniuse data to check browsers compatibilities
MIT License
356 stars 27 forks source link

Use simple require for feature list #20

Closed MoOx closed 9 years ago

MoOx commented 9 years ago

Should fix #18. This also include a little commit to handle #19 until we get a real solution.

Nyalab commented 9 years ago

looks good to me, if you can just fix the tests, it would be awesome :ok_hand:

MoOx commented 9 years ago

Seems fixed. I used a tricky trick, but should be good enough. That said this will probably break on windows env. This 6to5 thing for publishing is annoying. Maybe we should handle this package with io.js which is doing this automatically (es6 to 5 on files directly), don't you think ?

Nyalab commented 9 years ago

Hmmm, this is a good idea, not now, but it could be nice.