From 4759fb0e0ea862fde98b4f951508838ee6b9a345 Mon Sep 17 00:00:00 2001 From: rhyneav Date: Sun, 24 Jun 2018 08:00:09 -0400 Subject: [PATCH 1/2] fix gulpfile for postinstall --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 3a1e2b0..f6c2974 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -7,7 +7,7 @@ const gulp = require('gulp'), exec = require('child_process').execFile, optional = require('optional'), hugo = optional('hugo-bin'), - gulpStylelint = require('gulp-stylelint'); + gulpStylelint = optional('gulp-stylelint'); gulp.task('sass', function() { gulp.src('src/**/*.scss') From 285a2d990c50e85ad3ae00d4194846693c360ec9 Mon Sep 17 00:00:00 2001 From: rhyneav Date: Sun, 24 Jun 2018 08:06:21 -0400 Subject: [PATCH 2/2] bump version --- docs/content/_index.md | 14 +++++++------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index 5bfe7f2..e906f3f 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -6,18 +6,18 @@ weight: -270 #### Download -Download the latest version (1.5.0) using either of the links below. Or +Download the latest version (1.5.1) using either of the links below. Or download an older release via Github. #### NPM -PaperCSS is available on NPM, current version 1.5.0. Install with npm install papercss --save and find the CSS in: +PaperCSS is available on NPM, current version 1.5.1. Install with npm install papercss --save and find the CSS in: * node_modules/papercss/dist/paper.css * node_modules/papercss/dist/paper.min.css @@ -27,8 +27,8 @@ PaperCSS is available on NPM, current version 1.5.0. Install with npm inst Don't want to download it? That's cool. You can just link to PaperCSS via [unpkg's CDN](https://unpkg.com/#/). You can use either: -* [https://unpkg.com/papercss@1.5.0/dist/paper.css](https://unpkg.com/papercss@1.5.0/dist/paper.css) -* [https://unpkg.com/papercss@1.5.0/dist/paper.min.css](https://unpkg.com/papercss@1.5.0/dist/paper.min.css) +* [https://unpkg.com/papercss@1.5.1/dist/paper.css](https://unpkg.com/papercss@1.5.1/dist/paper.css) +* [https://unpkg.com/papercss@1.5.1/dist/paper.min.css](https://unpkg.com/papercss@1.5.1/dist/paper.min.css) Here's a quck snippet to get started with PaperCSS: @@ -39,7 +39,7 @@ Here's a quck snippet to get started with PaperCSS: - + Document diff --git a/package-lock.json b/package-lock.json index dfdaa2a..9d3b4b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "papercss", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d1ea70f..effd3ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "papercss", - "version": "1.5.0", + "version": "1.5.1", "description": "The less formal CSS framework.", "main": "index.js", "scripts": {