Skip to content

Commit

Permalink
Use the newest versions of gulp and it's plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Aigars Dzerviniks committed Apr 6, 2014
1 parent 6bb2903 commit c8d12d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,12 +1,12 @@
{
"devDependencies": {
"gulp-concat": "~2.1.7",
"gulp-uglify": "~0.2.1",
"gulp-util": "~2.2.14",
"gulp": "~3.5.2",
"gulp-sass": "~0.7.0",
"gulp-minify-css": "~0.3.0",
"gulp-coffee": "1.4.1",
"gulp-autoprefixer": "0.0.6"
"gulp-concat": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp": "*",
"gulp-sass": "*",
"gulp-minify-css": "*",
"gulp-coffee": "*",
"gulp-autoprefixer": "*"
}
}

0 comments on commit c8d12d2

Please sign in to comment.