Comparing version 1.8.0 to 1.8.1
@@ -9,9 +9,3 @@ var gulp = require('gulp'); | ||
'minify': true, | ||
'sourcemaps': false, | ||
'browsers': [ | ||
'last 2 versions', | ||
'android >= 2.3', | ||
'safari >= 6', | ||
'ie >= 9' | ||
] | ||
'sourcemaps': false | ||
}; | ||
@@ -38,5 +32,3 @@ | ||
.pipe($.postcss([ | ||
autoprefixer({ | ||
browsers: config.browsers | ||
}) | ||
autoprefixer() | ||
])) | ||
@@ -43,0 +35,0 @@ .pipe(gulp.dest(config.dest + 'css')) |
{ | ||
"name": "baseguide", | ||
"description": "Lightweight and robust CSS framework for prototyping and production code.", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"keywords": [ | ||
@@ -19,21 +19,28 @@ "css", | ||
"devDependencies": { | ||
"autoprefixer": "^6.6.0", | ||
"browser-sync": "^2.18.5", | ||
"autoprefixer": "^6.7.3", | ||
"browser-sync": "^2.18.8", | ||
"gulp": "^3.9.1", | ||
"gulp-cache": "^0.4.5", | ||
"gulp-clean-css": "^2.3.2", | ||
"gulp-clean-css": "^3.0.2", | ||
"gulp-if": "^2.0.2", | ||
"gulp-imagemin": "^3.1.1", | ||
"gulp-include": "^2.3.1", | ||
"gulp-load-plugins": "^1.4.0", | ||
"gulp-postcss": "^6.2.0", | ||
"gulp-load-plugins": "^1.5.0", | ||
"gulp-postcss": "^6.3.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-sass": "^3.0.0", | ||
"gulp-sourcemaps": "^2.2.0", | ||
"gulp-uglify": "^2.0.0", | ||
"gulp-sass": "^3.1.0", | ||
"gulp-sourcemaps": "^2.4.1", | ||
"gulp-uglify": "^2.0.1", | ||
"gulp-util": "^3.0.8", | ||
"postcss-scss": "^0.4.0", | ||
"stylelint": "^7.7.0", | ||
"stylelint-config-standard": "^15.0.1" | ||
} | ||
"postcss-scss": "^0.4.1", | ||
"stylelint": "^7.9.0", | ||
"stylelint-config-standard": "^16.0.0" | ||
}, | ||
"browserslist": [ | ||
"last 2 versions", | ||
"android >= 2.3", | ||
"firefox esr", | ||
"ie >= 9", | ||
"safari >= 6" | ||
] | ||
} |
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
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
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
198827
3636