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 f417d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 f417d6d

Please sign in to comment.