Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchenkoOleg committed Jun 19, 2017
1 parent 9ed550c commit 16cedb3
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 4 deletions.
47 changes: 47 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -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/
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

---

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/bundle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

#bar { // sass-lint:disable-line no-ids
padding: 5px 0 0;
content: 'sdfs';
content: "sdfs";
}

0 comments on commit 16cedb3

Please sign in to comment.