Skip to content

Commit

Permalink
Added all the files
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimNovich committed Nov 18, 2020
1 parent 530dd8b commit 2686418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mxn-jsx-ast-transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ var MXNJSXConv = function(tree, options)
return tree;
};

MXNJSXConv.version = "0.8.5";
MXNJSXConv.version = "0.8.6";

// export the module
module.exports = MXNJSXConv;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mxn-jsx-ast-transformer",
"main": "mxn-jsx-ast-transformer.js",
"description": "Transforms JSX AST into regular JS AST",
"version": "0.8.5",
"version": "0.8.6",
"homepage": "https://github.com/ZimNovich/mxn-jsx-ast-transformer",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 2686418

Please sign in to comment.