aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIndrajith K L2018-08-14 11:05:32 +0530
committerIndrajith K L2018-08-14 11:05:32 +0530
commitecc12b2ef3b058ddd8bf9612afd7c9276f0386f9 (patch)
tree7eeeaa2644740920c07b7cfbc77d2a84eb68bf83 /package.json
parente1f9fdc2c83d0b15286aeb8f39be34e8612e2ec3 (diff)
downloadjs13kgames-template-ecc12b2ef3b058ddd8bf9612afd7c9276f0386f9.tar.gz
js13kgames-template-ecc12b2ef3b058ddd8bf9612afd7c9276f0386f9.tar.bz2
js13kgames-template-ecc12b2ef3b058ddd8bf9612afd7c9276f0386f9.zip
* removed unwanted dependencies
* improved compression * Introduces Audio Player :sparkles: :fire: :racehorse: :snowflake: :gem:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
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"
}
}