Comparing version 2.0.3 to 2.0.4
@@ -47,2 +47,3 @@ // Load plugins | ||
gulp.src('./css/colors.css') | ||
.pipe(size({gzip: true, showFiles: true, title:'minified colors.css'})) | ||
.pipe(minifyCSS()) | ||
@@ -83,3 +84,3 @@ .pipe(size({gzip: true, showFiles: true, title:'minified colors.css'})) | ||
// Initialize browser-sync which starts a static server also allows for | ||
// Initialize browser-sync which starts a static server also allows for | ||
// browsers to reload on filesave | ||
@@ -86,0 +87,0 @@ gulp.task('browser-sync', function() { |
{ | ||
"name": "colors.css", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"main": "js/colors.js", | ||
"style": "css/colors.css", | ||
"homepage": "http://clrs.cc", | ||
@@ -79,3 +80,8 @@ "description": "Better colors for the web. A collection of skin classes for faster prototyping and nicer looking sites.", | ||
}, | ||
"scripts": { | ||
"start": "gulp", | ||
"minify": "gulp minify", | ||
"lint": "gulp lint" | ||
}, | ||
"license": "MIT" | ||
} |
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
74281
452