yuanyan / halogen

A collection of loading spinners with React.js
https://yuanyan.github.io/halogen
MIT License
1.6k stars 151 forks source link

npm package has jsx markup #6

Closed bjrmatos closed 9 years ago

bjrmatos commented 9 years ago

In order to the be fully compatible to other users the published package must be a builded file without JSX markup.

The only change required to do this is update the package.json file

// package.json
//.......
"main": "dist/halogen.js",
//.......
bjrmatos commented 9 years ago

issue related in another repo Hacker0x01/react-datepicker#88

yuanyan commented 9 years ago

The same reason with #5