gulp-merge-media-queries icon indicating copy to clipboard operation
gulp-merge-media-queries copied to clipboard

Remove gulp-util from dependencies

Open emilushi opened this issue 7 years ago • 2 comments

gulp-util is depreciated so I have removed it from dependencies and replaces with other dependencies from this post: https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

emilushi avatar Aug 20 '18 12:08 emilushi

Hi everybody! What is the status of this issue? Is there any new release planned soon? [email protected] still depends on [email protected].

redtux avatar Dec 12 '20 13:12 redtux

If you want to use this fork open up your package.json file, find "gulp-merge-media-queries": "^0.2.1", and replace it with "gulp-merge-media-queries": "github:emilushi/gulp-merge-media-queries",.

Run npm update gulp-merge-media-queries and you should be good to go.

kingkool68 avatar Feb 02 '22 21:02 kingkool68