coffee-react
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "coffee-react", | ||
"description": "React JSX support for Coffeescript", | ||
"description": "Coffeescript compiler wrapper adding coffee-react-transform CSX support", | ||
"keywords": [ | ||
@@ -12,3 +12,3 @@ "coffeescript", | ||
"author": "James Friend", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"licenses": [ | ||
@@ -15,0 +15,0 @@ { |
@@ -14,3 +14,3 @@ # Coffee-React | ||
**Note: standard coffee compiler options not yet implemented. For now, if you need those, use the `[csx-transform](https://github.com/jsdf/coffee-react-transform)` executable and then pipe the output into `coffee -cs`** | ||
**Note: standard coffee compiler options not yet implemented. For now, if you need those, use the [csx-transform](https://github.com/jsdf/coffee-react-transform) executable and then pipe the output into `coffee -cs`** | ||
@@ -17,0 +17,0 @@ ```bash |
2060