babel-preset-rax
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -16,3 +16,3 @@ 'use strict'; | ||
'syntax-trailing-function-commas', // stage-3 | ||
'syntax-flow', 'syntax-jsx']), | ||
'syntax-flow', 'syntax-jsx', 'add-module-exports']), | ||
env: { | ||
@@ -19,0 +19,0 @@ development: { |
{ | ||
"name": "babel-preset-rax", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Babel preset for all Rax plugins.", | ||
@@ -16,2 +16,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-minify-dead-code-elimination": "^0.1.1", | ||
@@ -18,0 +19,0 @@ "babel-plugin-syntax-flow": "^6.3.13", |
3537
14
+ Addedbabel-plugin-add-module-exports@0.2.1(transitive)