gulp-react
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "gulp-react", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Precompile Facebook React JSX templates into JavaScript", | ||
@@ -37,3 +37,3 @@ "license": "MIT", | ||
"object-assign": "^2.0.0", | ||
"react-tools": "^0.13.0-rc1", | ||
"react-tools": "^0.13.0", | ||
"through2": "^0.6.1", | ||
@@ -40,0 +40,0 @@ "vinyl-sourcemaps-apply": "^0.1.4" |
@@ -23,3 +23,3 @@ # gulp-react [![Build Status](https://travis-ci.org/sindresorhus/gulp-react.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-react) | ||
return gulp.src('template.jsx') | ||
.pipe(react({harmony: true})) | ||
.pipe(react()) | ||
.pipe(gulp.dest('dist')); | ||
@@ -26,0 +26,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3162
3
Updatedreact-tools@^0.13.0