Comparing version 0.5.1 to 0.6.0
@@ -11,3 +11,5 @@ var docblock = require('jstransform/src/docblock'), | ||
function process(file, isJSXFile) { | ||
function process(file, isJSXFile, transformer) { | ||
transformer = transformer || transform; | ||
var data = ''; | ||
@@ -44,1 +46,2 @@ function write(chunk) { | ||
module.exports.process = process; | ||
module.exports.isJSXExtensionRe = isJSXExtensionRe; |
{ | ||
"name": "reactify", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "browserify v2 plugin for react from Facebook to support jsx", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7707
117