Skip to content

Commit bfde503

Browse files
author
Søren Brokær
committed
Added shields.io to readme.md
1 parent 318327a commit bfde503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# requirejs-react-jsx
22

3+
[![Dependency Status](http://img.shields.io/gemnasium/podio/requirejs-react-jsx.svg?style=flat)](https://gemnasium.com/podio/requirejs-react-jsx)
4+
35
A RequireJS plugin for compiling React JSX files. Will use [react-tools](https://www.npmjs.org/package/react-tools) when compiling using r.js, and will use JSXTransformer when running in the browser in development. This allows us to support multiple bundles in r.js and exclude the JSXTransformer from all of them since we're requiring it dynamically and not explicitly.
46

57
# Install

0 commit comments

Comments
 (0)