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 352e624 commit 915a9fb
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.6";
MXNJSXConv.version = "0.8.7";

// 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.6",
"version": "0.8.7",
"homepage": "https://github.com/ZimNovich/mxn-jsx-ast-transformer",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 915a9fb

Please sign in to comment.