babel-helper-builder-meze-jsx
Advanced tools
Comparing version 1.0.2 to 1.0.10
{ | ||
"name": "babel-helper-builder-meze-jsx", | ||
"version": "1.0.2", | ||
"version": "1.0.10", | ||
"description": "", | ||
@@ -17,7 +17,8 @@ "author": "Gidi Meir Morris <gidi@gidi.io>", | ||
"scripts": { | ||
"build": "babel modules --out-dir lib" | ||
"build": "babel modules --out-dir lib", | ||
"prepublish": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.11.4", | ||
"babel-type-meze-jsx": "^1.0.2", | ||
"babel-type-meze-jsx": "^1.0.10", | ||
"babel-plugin-syntax-trailing-function-commas": "^6.13.0", | ||
@@ -24,0 +25,0 @@ "babel-plugin-transform-flow-strip-types": "^6.8.0", |
6110