react-color
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -0,1 +1,5 @@ | ||
## 1.3.3 (January 19, 2016) | ||
- Clean `lib` Dir Before Compiling `lib` for Dist | ||
## 1.3.2 (January 18, 2016) | ||
@@ -2,0 +6,0 @@ |
@@ -5,4 +5,10 @@ import gulp from 'gulp'; | ||
import mapStyles from 'react-map-styles'; | ||
import rimraf from 'rimraf'; | ||
import gutil from 'gulp-util'; | ||
gulp.task('lib:dist', () => { | ||
gulp.task('clean:dist', () => { | ||
return rimraf.sync('./lib', {}, gutil.log); | ||
}); | ||
gulp.task('lib:dist', ['clean:dist'], () => { | ||
return gulp.src('./src/**/*') | ||
@@ -9,0 +15,0 @@ .pipe(modify({ |
{ | ||
"name": "react-color", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "A Collection of Color Pickers from Sketch, Photoshop, Chrome & more", | ||
@@ -55,3 +55,3 @@ "main": "lib/index.js", | ||
"gulp": "^3.9.0", | ||
"gulp-babel": "^5.2.0", | ||
"gulp-babel": "^6.1.1", | ||
"gulp-mocha": "^2.1.3", | ||
@@ -71,2 +71,3 @@ "gulp-modify": "^0.1.1", | ||
"require-dir": "^0.3.0", | ||
"rimraf": "^2.5.0", | ||
"style-loader": "^0.12.3", | ||
@@ -73,0 +74,0 @@ "testdom": "^2.0.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
3304883
33
186
62572