Skip to content

Commit

Permalink
Adds run-sequence & del to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Praseetha-KR committed Oct 15, 2016
1 parent ca5412b commit f89a889
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,24 @@
],
"devDependencies": {
"browser-sync": "^2.16.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^3.0.3",
"gulp-clean-css": "^2.0.13",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-lint": "1.2.0",
"gulp-size": "^2.1.0",
"gulp-twig": "~0.5.0",
"gulp-uglify": "^2.0.0",
"imagemin-pngquant": "^5.0.0",
"gulp-twig": "~0.5.0"
"run-sequence": "^1.2.2"
}
}

0 comments on commit f89a889

Please sign in to comment.