Skip to content

Commit

Permalink
Fix ahmadawais#90 issue with linux
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenioPetulla committed Feb 7, 2018
1 parent 3f63938 commit b9bcdd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

### Version 1.0.4
- FIX: Upgrade `gulp-sass` min version for 64 bit Linux compatibility

### Version 1.0.3
- FIX: Required `gulp-wp-pot`.
- FIX: Required `gulp-sort`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "WPGulp",
"author": "ahmadawais",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-2.0",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"gulp-merge-media-queries": "^0.2.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.2.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.6",
Expand Down

0 comments on commit b9bcdd0

Please sign in to comment.