UNPKG

bs-react-transition-group

Version:
26 lines (25 loc) 590 B
/* This is the BuckleScript configuration file. Note that this is a comment; BuckleScript comes with a JSON parser that supports comments and trailing comma. If this screws with your editor highlighting, please tell us by filing an issue! */ { "name": "react-template", "reason": { "react-jsx": 2 }, "sources": { "dir" : "src", "subdirs" : true }, "package-specs": [{ "module": "commonjs", "in-source": true }], "suffix": ".bs.js", "namespace": true, "bs-dependencies": [ "reason-react", "bs-react-transition-group" ], "refmt": 3 }