Skip to content

Commit

Permalink
Merge branch 'hotfix/1.5.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek committed Dec 4, 2017
2 parents 3988ed4 + 3f2ba0b commit 07629ed
Show file tree
Hide file tree
Showing 4 changed files with 1,065 additions and 527 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "snowdog/frontools",
"description": "Set of front-end tools for Magento 2, based on Gulp.js",
"version": "1.5.8",
"version": "1.5.9",
"license": "MIT",
"type": "magento2-component"
}
3 changes: 3 additions & 0 deletions config/stylelint.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ rules:
declaration-block-no-duplicate-properties: null
comment-empty-line-before: null
color-hex-length: null
no-descending-specificity: null
font-family-no-missing-generic-family-keyword: null
no-duplicate-selectors: null
34 changes: 17 additions & 17 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magento2-frontools",
"version": "1.5.8",
"version": "1.5.9",
"author": {
"name": "Bartek Igielski",
"email": "[email protected]"
Expand All @@ -12,18 +12,18 @@
},
"license": "MIT",
"dependencies": {
"autoprefixer": "~7.1.0",
"babel-preset-env": "~1.5.0",
"browser-sync": "~2.18.12",
"autoprefixer": "~7.2.1",
"babel-preset-env": "~1.6.1",
"browser-sync": "~2.18.13",
"chokidar": "~1.7.0",
"cssnano": "~3.10.0",
"eslint-config-idiomatic": "~3.1.0",
"fs-extra": "~3.0.1",
"globby": "~6.1.0",
"eslint-config-idiomatic": "~4.0.0",
"fs-extra": "~4.0.2",
"globby": "~7.1.1",
"gulp": "~3.9.1",
"gulp-babel": "~6.1.2",
"gulp-babel": "~6.0.0",
"gulp-concat": "~2.6.1",
"gulp-eslint": "~3.0.1",
"gulp-eslint": "~4.0.0",
"gulp-if": "~2.0.2",
"gulp-load-plugins": "~1.5.0",
"gulp-logger": "~0.0.2",
Expand All @@ -35,20 +35,20 @@
"gulp-rimraf": "~0.2.1",
"gulp-sass": "~3.1.0",
"gulp-sass-error": "~1.0.5",
"gulp-sass-lint": "~1.3.2",
"gulp-sourcemaps": "~2.6.0",
"gulp-sass-lint": "~1.3.4",
"gulp-sourcemaps": "~2.6.1",
"gulp-svg-sprite": "~1.3.7",
"gulp-task-loader": "~1.4.4",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.8",
"js-yaml": "~3.8.4",
"marked": "~0.3.6",
"js-yaml": "~3.10.0",
"marked": "~0.3.7",
"marked-terminal": "~2.0.0",
"merge-stream": "~1.0.1",
"postcss-reporter": "~4.0.0",
"run-sequence": "~1.2.2",
"stylelint": "~7.11.0",
"stylelint-config-standard": "~16.0.0"
"postcss-reporter": "~5.0.0",
"run-sequence": "~2.2.0",
"stylelint": "~8.3.1",
"stylelint-config-standard": "~18.0.0"
},
"scripts": {
"test": "./node_modules/eslint/bin/eslint.js *.js helper/*.js task/*.js"
Expand Down
Loading

0 comments on commit 07629ed

Please sign in to comment.