Comparing version 0.1.2 to 0.1.3
@@ -37,3 +37,3 @@ // Generated by CoffeeScript 1.6.2 | ||
if (isJSXExtension && !isJSXPragma) { | ||
data = '/** @jsx React.DOM */\n' + data; | ||
data = '/** @jsx React.DOM */' + data; | ||
} | ||
@@ -40,0 +40,0 @@ try { |
{ | ||
"name": "reactify", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "browserify v2 plugin for react from Facebook to support jsx", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
6110