From ecc12b2ef3b058ddd8bf9612afd7c9276f0386f9 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 14 Aug 2018 11:05:32 +0530 Subject: * removed unwanted dependencies * improved compression * Introduces Audio Player :sparkles: :fire: :racehorse: :snowflake: :gem: --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 490f5eb..99a17cf 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,12 @@ "browser-sync": "^2.24.6", "del": "^3.0.0", "gulp": "^3.9.1", - "gulp-rollup": "^2.16.2", "gulp-size": "^3.0.0", "gulp-uglify": "^3.0.1", "gulp-vinyl-zip": "^2.1.0", + "rollup": "^0.64.1", "rollup-plugin-babel": "^3.0.7", - "rollup-stream": "^1.24.1", - "run-sequence": "^2.2.1", - "vinyl-source-stream": "^2.0.0" + "rollup-plugin-terser": "^1.0.1", + "run-sequence": "^2.2.1" } } -- cgit v1.2.3