Skip to content

Commit

Permalink
fixed json bug
Browse files Browse the repository at this point in the history
  • Loading branch information
una committed Oct 31, 2016
1 parent 83d9bdd commit b88d28d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
block-opening-brace-newline-after: always-multi-line,
block-opening-brace-space-before: always-single-line,
selector-no-id: true,
at-rule-semicolon-newline-after: true,
at-rule-no-unknown: true,
at-rule-name-case: lower,
comment-empty-line-before: always,
Expand Down
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ var gulp = require('gulp'),
plumber = require('gulp-plumber'),
deploy = require('gulp-gh-pages'),
notify = require('gulp-notify'),
twig = require('gulp-twig');
gulpStylelint = require('gulp-stylelint')
twig = require('gulp-twig'),
gulpStylelint = require('gulp-stylelint'),
runSequence = require('run-sequence'),
del = require('del');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"postcss-reporter": "^1.4.1",
"stylelint": "^7.5.0",
"stylelint-declaration-block-order": "^0.2.0",
"stylelint-scss": "^1.3.4"
"stylelint-scss": "^1.3.4",
"run-sequence": "^1.2.2"
}
}

0 comments on commit b88d28d

Please sign in to comment.