react-brunch
Advanced tools
+10
| build: | ||
| npm run-script prepublish | ||
| test: | ||
| npm test | ||
| publish: | ||
| npm publish | ||
| .PHONY: build test publish |
+7
-2
@@ -19,4 +19,9 @@ // Generated by CoffeeScript 1.6.3 | ||
| ReactCompiler.prototype.compile = function(params, callback) { | ||
| var source; | ||
| source = transform(params.data); | ||
| var err, source; | ||
| try { | ||
| source = transform(params.data); | ||
| } catch (_error) { | ||
| err = _error; | ||
| return callback(err.toString()); | ||
| } | ||
| return callback(null, { | ||
@@ -23,0 +28,0 @@ data: source |
+1
-1
| { | ||
| "name": "react-brunch", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "Adds React.js support to brunch.", | ||
@@ -5,0 +5,0 @@ "author": "Matt McCray", |
3332
6.59%5
25%25
25%