Skip to content

Commit

Permalink
Temporary reverting gulp-stylelint to previous version (#230)
Browse files Browse the repository at this point in the history
* Reverting gulp-stylelint to previous version

* Updating version number
  • Loading branch information
luboskmetko authored Jul 27, 2017
1 parent 613ca8d commit 7bd60a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"gulp-sass-glob": "^1.0.8",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylelint": "^4.0.0",<% if (projectType == 'fe') { %>
"gulp-stylelint": "^3.9.0",<% if (projectType == 'fe') { %>
"gulp-twig-up-to-date": "^0.6.1",<% } %>
"gulp-uglify": "^2.0.0",
"pre-commit": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-chisel",
"version": "0.7.0",
"version": "0.7.1",
"description": "A Yeoman generator for scaffolding front-end and WordPress projects",
"homepage": "",
"author": {
Expand Down

0 comments on commit 7bd60a8

Please sign in to comment.