maisano / react-router-transition

painless transitions built for react-router, powered by react-motion
http://maisano.github.io/react-router-transition/
MIT License
2.59k stars 138 forks source link

Updated package.json #57

Closed damianobarbati closed 7 years ago

damianobarbati commented 7 years ago

Added module and jsnext:main entries: . module denotes main js file with an export/import statement . jsnext:main denotes main js file with ES7/8/9/next features needed to be transpiled on including environment

maisano commented 7 years ago

thanks @damianobarbati!