Comparing version 0.2.2 to 0.3.0
{ | ||
"name": "reactify", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "browserify v2 plugin for react from Facebook to support jsx", | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"dependencies": { | ||
@@ -7,0 +7,0 @@ "react-tools": "~0.4.1", |
@@ -8,5 +8,8 @@ [Browserify][] v2 transform for `text/jsx` (superset of JavaScript used in [React][] library). | ||
`reactify` transform activates for files with either `.jsx` extension or `/** | ||
@jsx React.DOM */` pragma as a first line for any `.js` file. | ||
@jsx React.DOM */` pragma as a first line for any `.js` file. If you want it to | ||
be activated for any file, use: | ||
% browserify -t reactify/undoubted main.anyext | ||
[Browserify]: http://browserify.org | ||
[React]: http://facebook.github.io/react/ |
Sorry, the diff of this file is not supported yet
9057
16
97
15