babel-preset-rax
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -16,3 +16,3 @@ 'use strict'; | ||
'syntax-trailing-function-commas', // stage-3 | ||
'syntax-flow', 'syntax-jsx']), | ||
'syntax-flow', 'syntax-jsx', 'minify-dead-code-elimination']), | ||
env: { | ||
@@ -19,0 +19,0 @@ development: { |
{ | ||
"name": "babel-preset-rax", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Babel preset for all Rax plugins.", | ||
@@ -16,2 +16,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"babel-plugin-minify-dead-code-elimination": "^0.1.1", | ||
"babel-plugin-syntax-flow": "^6.3.13", | ||
@@ -18,0 +19,0 @@ "babel-plugin-syntax-jsx": "^6.3.13", |
3465
13
+ Addedbabel-helper-mark-eval-scopes@0.1.1(transitive)
+ Addedbabel-helper-remove-or-void@0.1.1(transitive)
+ Addedbabel-plugin-minify-dead-code-elimination@0.1.7(transitive)
+ Addedlodash.some@4.6.0(transitive)