UNPKG

bs-react-markdown

Version:

[Reason](https://reasonml.github.io/) binding for [react-markdown](https://github.com/rexxars/react-markdown)

13 lines 518 B
// This is the configuration file used by BuckleScript's build system bsb. Its documentation lives here: http://bucklescript.github.io/bucklescript/docson/#build-schema.json // BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, with the extra support of comments and trailing commas. { "name": "bs-react-markdown", "version": "0.1.0", "bsc-flags": ["-bs-super-errors"], "sources": ["src"], "bs-dependencies": ["reason-react"], "reason": { "react-jsx": 2 }, "refmt": 3 }