diff --git a/package.json b/package.json index 4e9b78e..d6abdc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-inline", - "version": "0.1.3", + "version": "0.1.4", "description": "Inline styles and scripts into an html file.", "main": "index.js", "scripts": { @@ -46,7 +46,6 @@ "dependencies": { "cheerio": "^0.22.0", "event-stream": "^3.3.4", - "gulp-util": "^3.0.7", "through2": "^2.0.3" } }