From 16cedb37c38d37f180cf14c62dc0e70877989348 Mon Sep 17 00:00:00 2001 From: dutchenkoOleg Date: Mon, 19 Jun 2017 10:28:52 +0300 Subject: [PATCH] 4.0.0 --- .npmignore | 47 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 8 ++++++- package.json | 4 ++-- test/fixtures/bundle.scss | 2 +- 4 files changed, 57 insertions(+), 4 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..127e932 --- /dev/null +++ b/.npmignore @@ -0,0 +1,47 @@ +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules +jspm_packages + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history + +# IDEA +.idea + +# fs +.DS_Store +thumbs.db + +# workwflow +tmp/ diff --git a/CHANGELOG.md b/CHANGELOG.md index a573b00..8b29959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,15 @@ --- +### [4.0.0] - 2017-06-19 + +- Bump to `happiness-scss@4.0.1` + +--- + ### [2.0.0] - 2017-06-13 -- Bump `happiness-scss@3.0.0` +- Bump to `happiness-scss@3.0.0` --- diff --git a/package.json b/package.json index 9d1a4bc..150e505 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-happiness-scss", - "version": "2.0.1", + "version": "4.0.0", "description": "gulp plugin for happiness-scss", "main": "index.js", "scripts": { @@ -32,7 +32,7 @@ "dependencies": { "gulp-not-supported-file": "^1.1.3", "gulp-util": "^3.0.8", - "happiness-scss": "^3.0.0", + "happiness-scss": "^4.0.1", "lodash.clonedeep": "^4.5.0", "lodash.isfunction": "^3.0.8", "lodash.isplainobject": "^4.0.6", diff --git a/test/fixtures/bundle.scss b/test/fixtures/bundle.scss index 6e251df..1b20d5b 100644 --- a/test/fixtures/bundle.scss +++ b/test/fixtures/bundle.scss @@ -10,5 +10,5 @@ #bar { // sass-lint:disable-line no-ids padding: 5px 0 0; - content: 'sdfs'; + content: "sdfs"; }