frontline-css-reset
Advanced tools
Comparing version 3.0.1 to 4.0.0
{ | ||
"name": "frontline-css-reset", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"homepage": "https://github.com/Threespot/frontline-css-reset", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -37,11 +37,3 @@ 'use strict'; | ||
.on('error', handleErrors) | ||
.pipe( autoprefixer({ | ||
browsers: [ | ||
'last 2 versions', | ||
'Android >= 4.4', | ||
'Explorer >= 9', | ||
'iOS >= 8' | ||
], | ||
cascade: false | ||
})) | ||
.pipe( autoprefixer({ cascade: false }) ) | ||
.on('error', handleErrors) | ||
@@ -80,2 +72,2 @@ .pipe( gulp.dest('./dist')) | ||
// ----------------------------------------------------------------------------- | ||
gulp.task('default', ['sass', 'lint']); | ||
gulp.task('default', gulp.series('sass', 'lint')); |
{ | ||
"title": "frontline-css-reset", | ||
"name": "frontline-css-reset", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "Threespot's base CSS reset", | ||
"engines": { | ||
"node": ">=6.0.0", | ||
"npm": ">=3.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
@@ -27,4 +26,10 @@ "repository": { | ||
"homepage": "https://github.com/Threespot/frontline-css-reset", | ||
"browserslist": [ | ||
"last 2 versions", | ||
">0.5%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"scripts": { | ||
"gulp": "gulp", | ||
"start": "gulp", | ||
"build": "gulp sass", | ||
@@ -36,11 +41,11 @@ "lint": "gulp lint", | ||
"devDependencies": { | ||
"gulp": "3.x", | ||
"gulp-autoprefixer": "4.x", | ||
"gulp-minify-css": "1.x", | ||
"gulp-notify": "3.x", | ||
"gulp-pixrem": "1.x", | ||
"gulp-rename": "1.x", | ||
"gulp-sass": "3.x", | ||
"gulp-sass-lint": "1.x" | ||
"gulp": "^4.0.2", | ||
"gulp-autoprefixer": "^7.0.1", | ||
"gulp-minify-css": "^1.2.4", | ||
"gulp-notify": "^3.2.0", | ||
"gulp-pixrem": "^1.0.0", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-sass": "^4.1.0", | ||
"gulp-sass-lint": "^1.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
27420
11
346