frontline-css-reset
Advanced tools
Comparing version 4.0.1 to 5.0.0
@@ -5,9 +5,9 @@ 'use strict'; | ||
// ----------------------------------------------------------------------------- | ||
var gulp = require('gulp'); | ||
var sass = require('gulp-sass'); | ||
var autoprefixer = require('gulp-autoprefixer'); | ||
var pixrem = require('gulp-pixrem'); | ||
var rename = require('gulp-rename'); | ||
var minifyCSS = require('gulp-minify-css'); | ||
var notify = require('gulp-notify'); | ||
const gulp = require('gulp'); | ||
const sass = require('gulp-sass')(require('sass')); | ||
const autoprefixer = require('gulp-autoprefixer'); | ||
const pixrem = require('gulp-pixrem'); | ||
const rename = require('gulp-rename'); | ||
const minifyCSS = require('gulp-minify-css'); | ||
const notify = require('gulp-notify'); | ||
@@ -17,3 +17,3 @@ //------------------------------------------------------------------------ | ||
//------------------------------------------------------------------------ | ||
var handleErrors = function(errorObject, callback) { | ||
const handleErrors = function(errorObject, callback) { | ||
notify.onError(errorObject.toString().split(': ').join(':\n')).apply(this, arguments); | ||
@@ -61,3 +61,3 @@ // Keep gulp from hanging on this task | ||
// ----------------------------------------------------------------------------- | ||
var sassLint = require('gulp-sass-lint'); | ||
const sassLint = require('gulp-sass-lint'); | ||
@@ -64,0 +64,0 @@ gulp.task('lint', function() { |
{ | ||
"title": "frontline-css-reset", | ||
"name": "frontline-css-reset", | ||
"version": "4.0.1", | ||
"description": "Threespot's base CSS reset", | ||
"description": "Threespot’s base CSS reset", | ||
"version": "5.0.0", | ||
"main": "dist/frontline-css-reset.min.css", | ||
"repository": { | ||
@@ -10,7 +10,8 @@ "type": "git", | ||
}, | ||
"main": "dist/frontline-css-reset.min.css", | ||
"author": "Ted Whitehead <ted.whitehead@threespot.com>", | ||
"author": "Threespot <hello@threespot.com> (https://threespot.com)", | ||
"homepage": "https://github.com/Threespot/frontline-css-reset", | ||
"bugs": { | ||
"url": "https://github.com/Threespot/frontline-css-reset/issues" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -23,3 +24,2 @@ "sass", | ||
], | ||
"homepage": "https://github.com/Threespot/frontline-css-reset", | ||
"browserslist": [ | ||
@@ -35,16 +35,23 @@ "last 2 versions", | ||
"lint": "gulp lint", | ||
"npm-patch": "npm version patch --force -m \"version %s\"", | ||
"npm-minor": "npm version minor --force -m \"version %s\"", | ||
"npm-major": "npm version major --force -m \"version %s\"", | ||
"patch": "read -p 'Confirm create new patch (0.0.x) to npm: (y/n) ' -n 1 -r \n if [[ $REPLY =~ ^[Yy]$ ]] \n then \n yarn npm-patch \n fi", | ||
"minor": "read -p 'Confirm create new minor version (0.x.0) to npm (y/n) ' -n 1 -r \n if [[ $REPLY =~ ^[Yy]$ ]] \n then \n yarn npm-minor \n fi", | ||
"major": "read -p 'Confirm create new major version (x.0.0) to npm (y/n) ' -n 1 -r \n if [[ $REPLY =~ ^[Yy]$ ]] \n then \n yarn npm-major \n fi", | ||
"preversion": "yarn lint", | ||
"version": "yarn build && git add .", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"gulp": "^4.0.2", | ||
"gulp-autoprefixer": "^7.0.1", | ||
"gulp-autoprefixer": "^8.0.0", | ||
"gulp-minify-css": "^1.2.4", | ||
"gulp-notify": "^3.2.0", | ||
"gulp-notify": "^4.0.0", | ||
"gulp-pixrem": "^1.0.0", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-sass": "^4.1.0", | ||
"gulp-sass-lint": "^1.4.0" | ||
}, | ||
"dependencies": {} | ||
"gulp-sass": "^5.0.0", | ||
"gulp-sass-lint": "^1.4.0", | ||
"sass": "^1.43.3" | ||
} | ||
} |
# Frontline CSS Reset | ||
[![npm version](https://badge.fury.io/js/frontline-css-reset.svg)](https://badge.fury.io/js/frontline-css-reset) ![gzip file size](https://badge-size.herokuapp.com/Threespot/frontline-css-reset/master/dist/frontline-css-reset.min.css?compression=gzip) | ||
Threespot's CSS reset | ||
Threespot’s CSS reset | ||
@@ -6,0 +6,0 @@ ## License |
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
27848
9
10
323