diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-11-16 18:01:01 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-11-16 18:03:14 +0100 |
commit | c572910f1e21f350e595cef6ce580ea42d89e357 (patch) | |
tree | bf5448dd1180673c9904c663980e03c96ffa1a39 /package.json | |
parent | 54793bebc89bc9f8b273c3ea95deb21f817b8a98 (diff) | |
download | zalmy-c572910f1e21f350e595cef6ce580ea42d89e357.tar.gz |
Prune unused transform babel plugins.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json index 0dafefc..48cd8aa 100644 --- a/package.json +++ b/package.json @@ -18,12 +18,10 @@ "babel-cli": "~6.1.18", "babel-preset-es2015": "~6.1.18", "babel-plugin-transform-es2015-literals": "~6.1.18", - "babel-plugin-transform-es2015-arrow-functions": "~6.1.18", "babel-plugin-transform-es2015-modules-amd": "~6.1.18", "babel-plugin-transform-es2015-destructuring": "~6.1.18", "babel-plugin-transform-es2015-modules-commonjs": "~6.1.20", "babel-plugin-transform-es2015-modules-umd": "~6.1.18", - "babel-plugin-transform-es2015-for-of": "~6.1.18", "babel-plugin-transform-es2015-parameters": "~6.1.18", "babel-plugin-transform-es2015-computed-properties": "~6.1.18", "babel-plugin-transform-es2015-unicode-regex": "~6.1.18", @@ -34,11 +32,9 @@ "babel-plugin-transform-es2015-block-scoped-functions": "~6.1.18", "babel-plugin-transform-es2015-template-literals": "~6.1.18", "babel-plugin-transform-es2015-sticky-regex": "~6.1.18", - "babel-plugin-transform-es5-property-mutators": "~6.1.18", "babel-plugin-transform-es2015-shorthand-properties": "~6.1.18", "babel-plugin-transform-es2015-typeof-symbol": "~6.1.18", "babel-plugin-transform-es2015-block-scoping": "~6.1.18", - "babel-plugin-transform-es2015-spread": "~6.1.18", - "babel-plugin-transform-es2015-constants": "~6.1.4" + "babel-plugin-transform-es2015-spread": "~6.1.18" } } |