Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "reactify", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "browserify v2 plugin for react from Facebook to support jsx", | ||
@@ -8,7 +8,5 @@ "main": "index.js", | ||
"jstransform": "1.x.x", | ||
"through": "~2.3.4" | ||
"through": "~2.3.4", | ||
"react-tools": ">= 0.8.0" | ||
}, | ||
"peerDependencies": { | ||
"react-tools": ">= 0.5.x" | ||
}, | ||
"devDependencies": { | ||
@@ -15,0 +13,0 @@ "coffeeify": "~0.5.1", |
@@ -5,3 +5,3 @@ [Browserify][] v2 transform for `text/jsx` (superset of JavaScript used in [React][] library). | ||
% browserify -t reactify main.jsx | ||
% browserify -t reactify main.js | ||
@@ -8,0 +8,0 @@ `reactify` transform activates for files with either `.jsx` extension or `/** |
7571
15
+ Addedreact-tools@>= 0.8.0